File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed
Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change 7272## Helper commands:
7373* getscriptpath (result) # Stores the full path of the current executed script in the result var
7474* getscriptname (result) # Stores the full file name of the current executed script in the result var
75+ * debug (text content) # Prints a system debug message
7576* textview (file) # Prints the text contents of the file to the standard output
7677* random (start) (end) (result var) # Generates a random number within the range and stores it to the result var
7778* sleep (milliseconds) # Pauses the main thread for N milliseconds
Original file line number Diff line number Diff line change @@ -185,7 +185,6 @@ namespace ShellInterface {
185185 int argc;
186186 };
187187 std::vector<thread_func_s*> vThreadFuncs;
188- HANDLE hThreadFuncHandler;
189188 DWORD WINAPI ThreadFuncHandler (LPVOID lpvReserved);
190189 bool AddThreadFunc (const std::wstring& wszName, std::vector<std::wstring> args)
191190 {
You can’t perform that action at this time.
0 commit comments