Describes an action dispatched in response to the player's input to the Comms Radio.
- 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["InputAction"]
class Type type-node
Syntax
public enum InputAction
Fields
Name | Field Type | Constant Value | Summary |
---|---|---|---|
Activate | InputAction | 0 |
Dispatched when the player:
PC - presses the left mouse button VR - pulls the VR controller trigger DV - presses the button on the side of the Comms Radio static
|
Down | InputAction | 2 |
Dispatched when the player:
PC - uses the scroll wheel VR - holds the VR controller trigger and flicks the joystick right(?) DV - presses the button on the face of the Comms Radio that displays a downwards pointing arrow static
|
Up | InputAction | 1 |
Dispatched when the player:
PC - uses the scroll wheel VR - holds the VR controller trigger and flicks the joystick left(?) DV - presses the button on the face of the Comms Radio that displays an upwards pointing arrow static
|