VanillaSoundCommsRadio Enum
Refers to the vanilla sounds that eminate from 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["VanillaSoundCommsRadio"] class Type type-node

Syntax

public enum VanillaSoundCommsRadio

Fields

Name Field Type Constant Value Summary
Cancel VanillaSoundCommsRadio 1
CommsRadio_Cancel_01
static
Confirm VanillaSoundCommsRadio 0
CommsRadio_Confirm_01
static
HoverOver VanillaSoundCommsRadio 5
CommsRadio_Hover_01
static
ModeEnter VanillaSoundCommsRadio 4
CommsRadio_Apply_01
static
MoneyRemoved VanillaSoundCommsRadio 6
static
Switch VanillaSoundCommsRadio 3
CommsRadio_Confirm_01
This may play CommsRadio_Select_01 in the future. Use `Confirm` instead for CommsRadio_Confirm_01.
static
Warning VanillaSoundCommsRadio 2
CommsRadio_Message_01
static