|
Barotrauma Client
|
Public Member Functions | |
| override void | Dispose () |
| EventManagerSettings (XElement element, EventManagerSettingsFile file) | |
Public Member Functions inherited from Barotrauma.Prefab | |
| Prefab (ContentFile file, Identifier identifier) | |
| Prefab (ContentFile file, ContentXElement element) | |
| void | Dispose () |
Static Public Member Functions | |
| static EventManagerSettings | GetByDifficultyPercentile (float p) |
Static Public Member Functions inherited from Barotrauma.Prefab | |
| static void | DisallowCallFromConstructor () |
Public Attributes | |
| readonly LocalizedString | Name |
| readonly float | EventThresholdIncrease = 0.0005f |
| readonly float | DefaultEventThreshold = 0.2f |
| readonly float | EventCooldown = 360.0f |
| readonly float | MinLevelDifficulty = 0.0f |
| readonly float | MaxLevelDifficulty = 100.0f |
| readonly float | FreezeDurationWhenCrewAway = 60.0f * 10.0f |
Public Attributes inherited from Barotrauma.Prefab | |
| readonly Identifier | Identifier |
| readonly ContentFile | ContentFile |
Static Public Attributes | |
| static readonly PrefabCollection< EventManagerSettings > | Prefabs = new PrefabCollection<EventManagerSettings>() |
Static Public Attributes inherited from Barotrauma.Prefab | |
| static readonly ImmutableHashSet< Type > | Types |
Properties | |
| static IOrderedEnumerable< EventManagerSettings > | OrderedByDifficulty [get] |
Properties inherited from Barotrauma.PrefabWithUintIdentifier | |
| UInt32 | UintIdentifier [get, set] |
Properties inherited from Barotrauma.Prefab | |
| ContentPackage? | ContentPackage [get] |
| ContentPath | FilePath [get] |
Additional Inherited Members | |
Protected Member Functions inherited from Barotrauma.PrefabWithUintIdentifier | |
| PrefabWithUintIdentifier (ContentFile file, Identifier identifier) | |
| PrefabWithUintIdentifier (ContentFile file, ContentXElement element) | |
Protected Member Functions inherited from Barotrauma.Prefab | |
| virtual Identifier | DetermineIdentifier (XElement element) |
| Barotrauma.EventManagerSettings.EventManagerSettings | ( | XElement | element, |
| EventManagerSettingsFile | file ) |
| override void Barotrauma.EventManagerSettings.Dispose | ( | ) |
|
static |
| readonly float Barotrauma.EventManagerSettings.DefaultEventThreshold = 0.2f |
| readonly float Barotrauma.EventManagerSettings.EventCooldown = 360.0f |
| readonly float Barotrauma.EventManagerSettings.EventThresholdIncrease = 0.0005f |
| readonly float Barotrauma.EventManagerSettings.FreezeDurationWhenCrewAway = 60.0f * 10.0f |
| readonly float Barotrauma.EventManagerSettings.MaxLevelDifficulty = 100.0f |
| readonly float Barotrauma.EventManagerSettings.MinLevelDifficulty = 0.0f |
| readonly LocalizedString Barotrauma.EventManagerSettings.Name |
|
static |
|
staticget |