GwNavTraverseLogicData - stingray.GwNavTraverseLogicData object reference - Stingray Lua API Reference
Allows to customize queries and pathfinding.
|
create ( nav_world ) : stingray.GwNavTraverseLogicData
|
Parameters self : | stingray.GwNavTraverseLogicData | Specifies the object instance that this function will act on. You must always provide this self parameter when you call this function. You must use the dot . calling syntax, not the object-oriented colon : calling syntax.For more information, see this Stingray help topic, or this page in the Lua documentation. |
Returns | This function does not return any values. |
|
Set navtag_layer_cost_table to the given nav_traverse_logic.
|
Parameters Returns | This function does not return any values. |