sm.pathNode
Associated object type: PathNode
PathNodes are used by AI Units for pathfinding purposes.
Functions
createPathNode
local node = sm.pathNode.createPathNode(position, radius)
Server-Only
Creates a path node.
Parameters:
position(Vec3): The position.radius(number): The radius.
Returns:
node(PathNode): The path node.