global_debugUtils.scr

Dependencies

None.

Purpose

Debugging functions used by global scripters.

How To Use

Refer to the function descriptions below.

External Functions

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 .