Skip to main content

B1ZoneIndexGraph

  • Stores a pair of zone indices and the door object IDs that connect them, used to represent a bidirectional zone connection.
    * Used during zone graph construction to track which doors bridge specific zone pairs.
PropertyTypeDescriptionMetadata
ZoneIndex1int32Index of the first zone in this zone connection pair.Category: B1ZoneIndexGraph
ZoneIndex2int32Index of the second zone in this zone connection pair.Category: B1ZoneIndexGraph
DoorObjectIdsTArrayList of door object IDs that bridge the two zones.Category: B1ZoneIndexGraph