TorqueScript Reference
|
Functions | |
void | dbgDisconnect () |
Boolean | dbgIsConnected () |
void | dbgSetParameters (int port, string password, bool waitForClient) |
void dbgDisconnect | ( | ) |
Forcibly disconnects any attached script debugging client.
Boolean dbgIsConnected | ( | ) |
void dbgSetParameters | ( | int | port, |
string | password, | ||
bool | waitForClient | ||
) |
Open a debug server port on the specified port, requiring the specified password, and optionally waiting for the debug client to connect.
port | The IP port to set the password on. |
password | The password for this port. Set this to a NULL string to clear the password for the port. |