None.
Debugging functions used by global scripters.
Refer to the function descriptions below.
globalDebug_CenterPrint( msg )
Purpose:
Prints Debug Messages to the screen (along with reasonable waits)
Parms:
- msg (string)
The message to print.
globalDebug_Disconnect( msg )
Purpose:
Prints Debug Messages to the screen ( along with reasonable waits )
and then disconnects the map
Parms:
- msg (string)
The message to print .
|