TorqueScript Reference
Functions
Telnet Debugger

Functions

void dbgDisconnect ()
 
Boolean dbgIsConnected ()
 
void dbgSetParameters (int port, string password, bool waitForClient)
 

Detailed Description

Function Documentation

◆ dbgDisconnect()

void dbgDisconnect ( )

Forcibly disconnects any attached script debugging client.

Returns
No Return Value

◆ dbgIsConnected()

Boolean dbgIsConnected ( )
Returns
Returns true if a script debugging client is connected else return false.

◆ dbgSetParameters()

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.

Parameters
portThe IP port to set the password on.
passwordThe password for this port. Set this to a NULL string to clear the password for the port.
Returns
No return value