diff --git a/Engine/source/platformWin32/winExec.cpp b/Engine/source/platformWin32/winExec.cpp index 67ef9d397..aaf341b55 100644 --- a/Engine/source/platformWin32/winExec.cpp +++ b/Engine/source/platformWin32/winExec.cpp @@ -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 );