CommsRadioAPI Namespace

Enum Types

Enum Summary
InputAction Describes an action dispatched in response to the player's input to the Comms Radio.
LCDArrowState Describes the state of the arrow that appears in the lower right corner of the Comms Radio's LCD display.
LEDState Describes the state of the Comms Radio's LED light.
VanillaMaterial Refers to the materials used by the vanilla Comms Radio modes to highlight vehicles.
VanillaMode Refers to Comms Radio modes from the vanilla game.
VanillaSoundCommsRadio Refers to the vanilla sounds that eminate from the Comms Radio.
VanillaSoundVehicle Refers to the vanilla sounds that eminate from a locomotive or wagon when affected by the Comms Radio.

Class Types

Class Summary
AStateBehaviour Implement this abstract class to define the behaviour of a Comms Radio mode in a given state.
CommsRadioMode Contains the method for creating new modes for the Comms Radio.
CommsRadioState Describes a state of the Comms Radio.
CommsRadioUtility A convenience class that allows classes that inherit AStateBehaviour to interact with their parent CommsRadioMode.
ControllerAPI A conveience API for the CommsRadioController class.