mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-12 19:31:41 +00:00
Eliminate DefineConsoleMethod
This commit is contained in:
parent
e718841467
commit
76908eae3c
77 changed files with 483 additions and 483 deletions
|
|
@ -1569,7 +1569,7 @@ static ConsoleDocFragment _sSetTransform2(
|
|||
"void setTransform( Point3F position, Point3F direction )"
|
||||
);
|
||||
|
||||
DefineConsoleMethod( SFXSource, setTransform, void, ( const char * position, const char * direction ), ( "" ),
|
||||
DefineEngineMethod( SFXSource, setTransform, void, ( const char * position, const char * direction ), ( "" ),
|
||||
"( vector position [, vector direction ] ) "
|
||||
"Set the position and orientation of a 3D sound source.\n"
|
||||
"@hide" )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue