Description
|
Shows or hides an auxiliary console window. See also simAuxiliaryConsoleOpen and simAuxiliaryConsoleClose.
|
C synopsis
|
simInt simAuxiliaryConsoleShow(simInt consoleHandle,simBool showState)
|
C parameters |
showState: indicates whether the console should be hidden (0) or shown (!=0)
|
C return value
|
-1 if operation was not successful. 0 if the console doesn't exist (anymore), in which case no error is generated. 1 if the console window's show state was changed.
|
Lua synopsis
|
number result=simAuxiliaryConsoleShow(number consoleHandle,Boolean showState)
|
Lua parameters |
Same as C-function.
|
Lua return values
|
Same as C-function.
|