mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
shellExecute return documentation
Added documentation to shellExecute about bool that is returned.
This commit is contained in:
parent
4f87422392
commit
27fa97f44d
1 changed files with 1 additions and 0 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