mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 11:43:49 +00:00
Fix minor errors in console function definitions
This commit is contained in:
parent
74b7e4cd89
commit
e7414e95a8
5 changed files with 5 additions and 5 deletions
|
|
@ -1265,7 +1265,7 @@ DefineEngineMethod( SceneObject, getType, S32, (),,
|
|||
//-----------------------------------------------------------------------------
|
||||
|
||||
DefineEngineMethod( SceneObject, mountObject, bool,
|
||||
( SceneObject* objB, S32 slot, TransformF txfm ), ( MatrixF::Identity ),
|
||||
( SceneObject* objB, S32 slot, TransformF txfm ), ( TransformF::Identity ),
|
||||
"@brief Mount objB to this object at the desired slot with optional transform.\n\n"
|
||||
|
||||
"@param objB Object to mount onto us\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue