Skip to main content

B1NavigationNode

  • Represents a single waypoint in a navigation path, storing world position, orientation, and associated metadata.
    * Used to build navigation node arrays for path following and city graph traversal.
PropertyTypeDescriptionMetadata
PointFVectorWorld position of this navigation node.
ForwardFVectorForward direction vector at this node for orientation guidance.
RightFVectorRight direction vector at this node for lateral offset calculations.
TypeEB1NavigationNodeTypeType classification of this navigation node.
HorizontalOffsetfloatHorizontal offset applied to the character's position at this node.
LaneKeyFB1CityGraphLaneKeyCity graph lane key associated with this navigation node.
TargetEntityIdFB1EntityIdEntity ID of the target object associated with this node, if any.