simAuxiliaryConsolePrint

Prints to an auxiliary console window

C++ synopsis

int simAuxiliaryConsolePrint(int consoleHandle, const char* text)

Arguments

  • consoleHandle: handle of the console window, previously returned by the simAuxiliaryConsoleOpen
  • text: text to append, or nullptr to clear the console window

Return

  • -1 if operation was not successful. 0 if the console doesn't exist (anymore), in which case no error is generated. 1 if the operation was successful.


See also: