Debug
global instance
The Debug library provides access to Armada and MMM features that are useful when debugging your mission. They should not be used in the final version of the mission.
Properties
Name | Type | Access | Description |
---|---|---|---|
debugDraw | Boolean | RW | If true, debug information will be drawn for entities. |
Functions and Enumerations
- Instance Functions
Functions that are used with a Debug instance.
- createConsole( )
Create a debug console window
- connect( address )
Connect to the MMM Remote Debugger tool
- disconnect( )
Disconnect from the MMM Remote Debugger tool
- getKeyState( key )
Check to see if a key is currently being pressed
- createConsole( )