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
4f78143dc8
commit
2bd43efcb9
5 changed files with 5 additions and 5 deletions
|
|
@ -4405,7 +4405,7 @@ DefineEngineMethod( ShapeBase, getEyeTransform, TransformF, (),,
|
|||
return mat;
|
||||
}
|
||||
|
||||
DefineEngineMethod( ShapeBase, getLookAtPoint, const char*, ( F32 distance, S32 typeMask ), ( 2000, 0xFFFFFFFF ),
|
||||
DefineEngineMethod( ShapeBase, getLookAtPoint, const char*, ( F32 distance, U32 typeMask ), ( 2000, 0xFFFFFFFF ),
|
||||
"@brief Get the world position this object is looking at.\n\n"
|
||||
|
||||
"Casts a ray from the eye and returns information about what the ray hits.\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue