PGRD records contain information about path grids.
C | Field | Type/Size | Info |
---|---|---|---|
+ | DATA | struct (12 bytes) |
Path grid data
Note: the Construction Set allows for a 44-byte version of the structure where NAME is a 32-byte null-terminated string immediately after Grid Y, rather than a field of its own. Only the 12-byte version is currently in use; the 44-byte version appears to be an older version. |
+ | NAME | zstring | The cell name the path grid belongs to. |
- | PGRP | PathPoint[Count] (16 bytes each) |
A sequential list of PathPoints:
|
- | PGRC | uint32[TotalConnCount] | Connection list (also known as edges), where TotalConnCount is the sum of all Connection count values in the PGRP node.
For each path point listed in PGRP, there are |