mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 11:43:49 +00:00
Eliminate DefineConsoleMethod
This commit is contained in:
parent
5bde18143f
commit
3c99ef73a9
77 changed files with 483 additions and 483 deletions
|
|
@ -191,7 +191,7 @@ void TheoraTextureObject::play()
|
|||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
DefineConsoleMethod( TheoraTextureObject, play, void, (),,
|
||||
DefineEngineMethod( TheoraTextureObject, play, void, (),,
|
||||
"Start playback of the video." )
|
||||
{
|
||||
object->play();
|
||||
|
|
@ -199,7 +199,7 @@ DefineConsoleMethod( TheoraTextureObject, play, void, (),,
|
|||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
DefineConsoleMethod( TheoraTextureObject, stop, void, (),,
|
||||
DefineEngineMethod( TheoraTextureObject, stop, void, (),,
|
||||
"Stop playback of the video." )
|
||||
{
|
||||
object->stop();
|
||||
|
|
@ -207,7 +207,7 @@ DefineConsoleMethod( TheoraTextureObject, stop, void, (),,
|
|||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
DefineConsoleMethod( TheoraTextureObject, pause, void, (),,
|
||||
DefineEngineMethod( TheoraTextureObject, pause, void, (),,
|
||||
"Pause playback of the video." )
|
||||
{
|
||||
object->pause();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue