NPC_GetPlayerMovingTo
Gets the ID of the player that an NPC is currently moving toward.
Gets the ID of the player that an NPC is currently moving toward.
Gets the position that the NPC is currently moving toward.
Gets the velocity of an NPC.
Checks if an NPC is currently moving.
Checks if an NPC is moving toward a specific player.
Makes an NPC move to a specific position.
Makes an NPC follow a predefined path.
Makes an NPC move toward and follow a player.
Sets the velocity of an NPC.
Stops an NPC from moving.
This callback is called when an NPC finishes moving to its target destination.
This callback is called when an NPC finishes moving along a predefined path.
Called when an NPC finishes moving to a specific point in a path.