Barotrauma Client Doc
|
Enumerations | |
enum class | PowerPriority { Default = 0 , Reactor = 1 , Relay = 3 , Battery = 5 } |
Order in which power sources will provide to a grid, lower number is higher priority More... | |
enum class | SoundSelectionMode { Random , CharacterSpecific , ItemSpecific , All , Manual } |
|
strong |
Order in which power sources will provide to a grid, lower number is higher priority
Enumerator | |
---|---|
Default | |
Reactor | |
Relay | |
Battery |
Definition at line 14 of file BarotraumaShared/SharedSource/Items/Components/Power/Powered.cs.
|
strong |
Enumerator | |
---|---|
Random | |
CharacterSpecific | |
ItemSpecific | |
All | |
Manual |
Definition at line 13 of file BarotraumaClient/ClientSource/Items/Components/ItemComponent.cs.