mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-12 19:31:41 +00:00
Fix minor errors in console function definitions
This commit is contained in:
parent
4f78143dc8
commit
2bd43efcb9
5 changed files with 5 additions and 5 deletions
|
|
@ -740,7 +740,7 @@ DefineConsoleFunction( sceneDumpZoneStates, void, ( bool updateFirst ), ( true )
|
|||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
DefineConsoleFunction( sceneGetZoneOwner, SceneObject*, ( U32 zoneId ), ( true ),
|
||||
DefineConsoleFunction( sceneGetZoneOwner, SceneObject*, ( U32 zoneId ),,
|
||||
"Return the SceneObject that contains the given zone.\n\n"
|
||||
"@param zoneId ID of zone.\n"
|
||||
"@return A SceneObject or NULL if the given @a zoneId is invalid.\n\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue