Fix minor errors in console function definitions

This commit is contained in:
Lukas Joergensen 2017-12-08 21:08:35 +01:00
parent 74b7e4cd89
commit e7414e95a8
5 changed files with 5 additions and 5 deletions

View file

@ -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"