GwNavTraverseLogicData - stingray.GwNavTraverseLogicData object reference - Stingray Lua API Reference

stingray.GwNavTraverseLogicData object reference

Description

Allows to customize queries and pathfinding.

Functions

Parameters

nav_world :

stingray.GwNavWorld

The GwNavWorld to create this GwNavTraverseLogicData in.

Returns

stingray.GwNavTraverseLogicData

The created 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.
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.

cost_table :

stingray.GwNavTagLayerCostTable

The GwNavTagLayerCostTable to be used by this GwNavTraverseLogicData.

Returns
This function does not return any values.