NPC_ChangeNode
Changes the node an NPC is currently playing.
Changes the node an NPC is currently playing.
Closes an NPC node, making it unavailable for use.
Gets information about an NPC node.
Gets the number of points in an NPC node.
Gets the position of the current point in an NPC node.
Gets the type of an NPC node.
Checks if an NPC node is open.
Checks if an NPC is currently playing a node.
Checks if an NPC's node playing is currently paused.
Opens an NPC node for use.
Pauses an NPC's node navigation.
Makes an NPC navigate through predefined navigation nodes.
Resumes paused node navigation for an NPC.
Sets a point in an NPC node.
Stops an NPC from playing a node.
Updates an NPC to a specific point in the currently playing node.
This callback is called when an NPC attempts to change from one navigation node to another during node-based movement.
This callback is called when an NPC finishes navigating a complete node.
This callback is called when an NPC reaches a specific point during node-based navigation.