Refers to Comms Radio modes from the vanilla game.
- Namespace
- CommsRadioAPI
- Interfaces
-
- IComparable
- IFormattable
- IConvertible
- Base Types
-
- object
- ValueType
- Enum
graph BT
Type-->Base0["Enum"]
Base0-->Base1["ValueType"]
Base1-->Base2["object"]
Type-.->Interface0["IComparable"]
Type-.->Interface1["IFormattable"]
Type-.->Interface2["IConvertible"]
Type["VanillaMode"]
class Type type-node
Syntax
public enum VanillaMode
Fields
Name | Field Type | Constant Value | Summary |
---|---|---|---|
Clear | VanillaMode | 2 |
Removes locomotives and wagons.
static
|
Damage | VanillaMode | 6 |
Increases locomotive or wagon damage by the chosen amount.
Only available in sandbox. static
|
Junction | VanillaMode | 1 |
Throws junctions/switches.
static
|
LED | VanillaMode | 7 |
Activates or deactivates a dim light on the back of the Comms Radio.
static
|
LoadCargo | VanillaMode | 5 |
Loads cargo into wagons.
Only available in sandbox. static
|
Rerail | VanillaMode | 0 |
Rerails locomotives and wagons.
static
|
Spawn | VanillaMode | 4 |
Spawns locomotives and wagons.
Only available in sandbox. static
|
SummonCrewVehicle | VanillaMode | 3 |
Summons crew vehicles, like the handcar, caboose, and slug.
static
|