Allows to customize queries and pathfinding.
Constructors and accessors
Other related reference items
create ( nav_world ) : stingray.GwNavTraverseLogicData
Creates a GwNavTraverseLogicData.
|
nav_world : |
The GwNavWorld to create this GwNavTraverseLogicData in. |
The created GwNavTraverseLogicData. |
destroy ( self )
Destroys a GwNavTraverseLogicData.
|
self : |
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 Object lifetimes and userdata binding, or this page in the Lua documentation. |
This function does not return any values. |
set_navtag_layer_cost_table ( self, cost_table )
Set navtag_layer_cost_table to the given nav_traverse_logic.
|
self : |
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 Object lifetimes and userdata binding, or this page in the Lua documentation. | |
cost_table : |
The GwNavTagLayerCostTable to be used by this GwNavTraverseLogicData. |
This function does not return any values. |