Skip to main content

B1ZoneGraphEdge

  • Represents a directed edge in the zone graph, linking two zone graph nodes and caching the navigation path between them.
    * Stores the destination zone index, traversal cost, connected node index, and same-zone connection metadata.
PropertyTypeDescriptionMetadata
ZoneIndexint32Index of the destination zone this edge leads to.Category: B1ZoneGraphEdge
bRelateSameZoneConnectNodeboolWhether this edge passes through a same-zone connection node.Category: B1ZoneGraphEdge
SameZoneConnectInfoFB1SameZoneConnectEdgeInfoAdditional connection info used when this edge traverses a same-zone connect node.Category: B1ZoneGraphEdge
Costint32Traversal cost for this edge used in zone graph pathfinding.Category: B1ZoneGraphEdge
ConnectedNodeIndexint32Index of the zone graph node this edge connects to.Category: B1ZoneGraphEdge
CachedPathTArrayCached navigation path nodes for this edge's traversal.Category: B1ZoneGraphEdge