Eliminate DefineConsoleMethod

This commit is contained in:
Lukas Joergensen 2018-04-17 21:01:50 +02:00
parent e718841467
commit 76908eae3c
77 changed files with 483 additions and 483 deletions

View file

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