mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 19:53:48 +00:00
Eliminate DefineConsoleFunction
This commit is contained in:
parent
037d089c4d
commit
5bde18143f
55 changed files with 314 additions and 332 deletions
|
|
@ -61,7 +61,7 @@ void TelnetConsole::destroy()
|
|||
TelConsole = NULL;
|
||||
}
|
||||
|
||||
DefineConsoleFunction( telnetSetParameters, void, ( int port, const char* consolePass, const char* listenPass, bool remoteEcho ), ( false ),
|
||||
DefineEngineFunction( telnetSetParameters, void, ( int port, const char* consolePass, const char* listenPass, bool remoteEcho ), ( false ),
|
||||
"@brief Initializes and open the telnet console.\n\n"
|
||||
"@param port Port to listen on for console connections (0 will shut down listening).\n"
|
||||
"@param consolePass Password for read/write access to console.\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue