mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
Merge pull request #1183 from MusicMonkey5555/documentation
Documentation
This commit is contained in:
commit
486a12cb96
12 changed files with 430 additions and 219 deletions
|
|
@ -141,6 +141,7 @@ DefineConsoleFunction( shellExecute, bool, (const char * executable, const char
|
|||
"@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"
|
||||
"@param directory Optional string containing path to output or shell\n"
|
||||
"@return true if executed, false if not\n"
|
||||
"@ingroup Platform")
|
||||
{
|
||||
ExecuteThread *et = new ExecuteThread( executable, args, directory );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue