|
Barotrauma Server Doc
|
Public Member Functions | |
| override void | Dispose () |
| void | InheritFrom (CharacterPrefab parent) |
| CharacterPrefab (ContentXElement mainElement, CharacterFile file) | |
Public Member Functions inherited from Barotrauma.Prefab | |
| Prefab (ContentFile file, Identifier identifier) | |
| Prefab (ContentFile file, ContentXElement element) | |
Public Member Functions inherited from Barotrauma.IImplementsVariants< CharacterPrefab > | |
| void | InheritFrom (T parent) |
Static Public Member Functions | |
| static CharacterPrefab | FindBySpeciesName (Identifier speciesName) |
| static CharacterPrefab | FindByFilePath (string filePath) |
| static CharacterPrefab | Find (Predicate< CharacterPrefab > predicate) |
| static Identifier | ParseName (XElement element, CharacterFile file) |
| static bool | CheckSpeciesName (XElement mainElement, CharacterFile file, out Identifier name) |
Static Public Member Functions inherited from Barotrauma.Prefab | |
| static void | DisallowCallFromConstructor () |
Static Public Attributes | |
| static readonly PrefabCollection< CharacterPrefab > | Prefabs = new PrefabCollection<CharacterPrefab>() |
| static readonly Identifier | HumanSpeciesName = "human".ToIdentifier() |
| static readonly Identifier | HumanGroup = "human".ToIdentifier() |
Static Public Attributes inherited from Barotrauma.Prefab | |
| static readonly ImmutableHashSet< Type > | Types |
Properties | |
| string | Name [get] |
| Identifier | VariantOf [get] |
| CharacterPrefab | ParentPrefab [get, set] |
| ContentXElement | ConfigElement [get] |
| CharacterInfoPrefab | CharacterInfoPrefab [get] |
| static IEnumerable< ContentXElement > | ConfigElements [get] |
| static CharacterFile | HumanConfigFile [get] |
| static CharacterPrefab | HumanPrefab [get] |
Properties inherited from Barotrauma.PrefabWithUintIdentifier | |
| UInt32 | UintIdentifier [get, set] |
Properties inherited from Barotrauma.Prefab | |
| ContentPackage? | ContentPackage [get] |
| ContentPath | FilePath [get] |
Properties inherited from Barotrauma.IImplementsVariants< CharacterPrefab > | |
| Identifier | VariantOf [get] |
| T? | ParentPrefab [get, set] |
Additional Inherited Members | |
Public Attributes inherited from Barotrauma.Prefab | |
| readonly Identifier | Identifier |
| readonly ContentFile | ContentFile |
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) |
Definition at line 9 of file CharacterPrefab.cs.
| Barotrauma.CharacterPrefab.CharacterPrefab | ( | ContentXElement | mainElement, |
| CharacterFile | file | ||
| ) |
Definition at line 70 of file CharacterPrefab.cs.
|
static |
Definition at line 93 of file CharacterPrefab.cs.
|
virtual |
Implements Barotrauma.Prefab.
Definition at line 13 of file CharacterPrefab.cs.
|
static |
Definition at line 65 of file CharacterPrefab.cs.
|
static |
Definition at line 60 of file CharacterPrefab.cs.
|
static |
Definition at line 54 of file CharacterPrefab.cs.
| void Barotrauma.CharacterPrefab.InheritFrom | ( | CharacterPrefab | parent | ) |
Definition at line 22 of file CharacterPrefab.cs.
|
static |
Definition at line 79 of file CharacterPrefab.cs.
|
static |
Definition at line 49 of file CharacterPrefab.cs.
|
static |
Definition at line 48 of file CharacterPrefab.cs.
|
static |
Definition at line 11 of file CharacterPrefab.cs.
|
get |
Definition at line 44 of file CharacterPrefab.cs.
|
get |
Definition at line 42 of file CharacterPrefab.cs.
|
staticget |
Definition at line 46 of file CharacterPrefab.cs.
|
staticget |
Definition at line 51 of file CharacterPrefab.cs.
|
staticget |
Definition at line 52 of file CharacterPrefab.cs.
|
get |
Definition at line 18 of file CharacterPrefab.cs.
|
getset |
Definition at line 20 of file CharacterPrefab.cs.
|
get |
Definition at line 19 of file CharacterPrefab.cs.