mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 11:43:49 +00:00
Eliminate DefineConsoleFunction
This commit is contained in:
parent
037d089c4d
commit
5bde18143f
55 changed files with 314 additions and 332 deletions
|
|
@ -136,7 +136,7 @@ void ExecuteThread::run(void *arg /* = 0 */)
|
|||
// Console Functions
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
DefineConsoleFunction( shellExecute, bool, (const char * executable, const char * args, const char * directory), ("", ""), "(string executable, string args, string directory)"
|
||||
DefineEngineFunction( shellExecute, bool, (const char * executable, const char * args, const char * directory), ("", ""), "(string executable, string args, string directory)"
|
||||
"@brief Launches an outside executable or batch file\n\n"
|
||||
"@param executable Name of the executable or batch file\n"
|
||||
"@param args Optional list of arguments, in string format, to pass to the executable\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue