|
Barotrauma Client Doc
|
Public Member Functions | |
| DamageSound (ContentXElement element, SoundsFile file) | |
Public Member Functions inherited from Barotrauma.SoundPrefab | |
| SoundPrefab (ContentXElement element, SoundsFile file, bool stream=false) | |
| bool | IsPlaying () |
| override void | Dispose () |
Public Member Functions inherited from Barotrauma.Prefab | |
| Prefab (ContentFile file, Identifier identifier) | |
| Prefab (ContentFile file, ContentXElement element) | |
Public Attributes | |
| readonly Vector2 | DamageRange |
| readonly Identifier | DamageType |
| readonly Identifier | RequiredTag |
| bool | IgnoreMuffling |
Public Attributes inherited from Barotrauma.SoundPrefab | |
| readonly ContentPath | SoundPath |
| readonly ContentXElement | Element |
| readonly Identifier | ElementName |
Public Attributes inherited from Barotrauma.Prefab | |
| readonly Identifier | Identifier |
| readonly ContentFile | ContentFile |
Static Public Attributes | |
| static readonly PrefabCollection< DamageSound > | DamageSoundPrefabs = new PrefabCollection<DamageSound>() |
Static Public Attributes inherited from Barotrauma.SoundPrefab | |
| static readonly PrefabSelector< SoundPrefab > | WaterAmbienceIn = new PrefabSelector<SoundPrefab>() |
| static readonly PrefabSelector< SoundPrefab > | WaterAmbienceOut = new PrefabSelector<SoundPrefab>() |
| static readonly PrefabSelector< SoundPrefab > | WaterAmbienceMoving = new PrefabSelector<SoundPrefab>() |
| static readonly PrefabSelector< SoundPrefab > | StartupSound = new PrefabSelector<SoundPrefab>() |
| static readonly ImmutableDictionary< Identifier, Type > | TagToDerivedPrefab |
| static readonly PrefabCollection< SoundPrefab > | Prefabs |
Static Public Attributes inherited from Barotrauma.Prefab | |
| static readonly ImmutableHashSet< Type > | Types |
Additional Inherited Members | |
Static Public Member Functions inherited from Barotrauma.Prefab | |
| static void | DisallowCallFromConstructor () |
Protected Member Functions inherited from Barotrauma.SoundPrefab | |
| override Identifier | DetermineIdentifier (XElement element) |
Properties inherited from Barotrauma.SoundPrefab | |
| static IReadOnlyList< SoundPrefab > | FlowSounds [get] |
| static IReadOnlyList< SoundPrefab > | SplashSounds [get] |
| Sound | Sound [get] |
Properties inherited from Barotrauma.Prefab | |
| ContentPackage? | ContentPackage [get] |
| ContentPath | FilePath [get] |
Definition at line 208 of file SoundPrefab.cs.
| Barotrauma.DamageSound.DamageSound | ( | ContentXElement | element, |
| SoundsFile | file | ||
| ) |
Definition at line 222 of file SoundPrefab.cs.
| readonly Vector2 Barotrauma.DamageSound.DamageRange |
Definition at line 214 of file SoundPrefab.cs.
|
static |
Definition at line 210 of file SoundPrefab.cs.
| readonly Identifier Barotrauma.DamageSound.DamageType |
Definition at line 216 of file SoundPrefab.cs.
| bool Barotrauma.DamageSound.IgnoreMuffling |
Definition at line 220 of file SoundPrefab.cs.
| readonly Identifier Barotrauma.DamageSound.RequiredTag |
Definition at line 218 of file SoundPrefab.cs.