mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-12 19:31:41 +00:00
Eliminate DefineConsoleFunction
This commit is contained in:
parent
bc1b506205
commit
e718841467
55 changed files with 314 additions and 332 deletions
|
|
@ -38,7 +38,7 @@ namespace Con
|
|||
extern bool alwaysUseDebugOutput;
|
||||
}
|
||||
|
||||
DefineConsoleFunction( enableWinConsole, void, (bool flag), , "enableWinConsole(bool);")
|
||||
DefineEngineFunction( enableWinConsole, void, (bool flag), , "enableWinConsole(bool);")
|
||||
{
|
||||
WindowsConsole->enable(flag);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue