|
override void | Dispose () |
|
| CorpsePrefab (ContentXElement element, CorpsesFile file) |
|
| HumanPrefab (ContentXElement element, ContentFile file, Identifier npcSetIdentifier) |
|
IEnumerable< Identifier > | GetTags () |
|
IEnumerable< Identifier > | GetModuleFlags () |
|
IEnumerable< Identifier > | GetSpawnPointTags () |
|
JobPrefab | GetJobPrefab (Rand.RandSync randSync=Rand.RandSync.Unsynced, Func< JobPrefab, bool > predicate=null) |
|
void | InitializeCharacter (Character npc, ISpatialEntity positionToStayIn=null) |
|
bool | GiveItems (Character character, Submarine submarine, WayPoint spawnPoint, Rand.RandSync randSync=Rand.RandSync.Unsynced, bool createNetworkEvents=true) |
|
CharacterInfo | CreateCharacterInfo (Rand.RandSync randSync=Rand.RandSync.Unsynced) |
| Creates a character info from the human prefab. If there are custom character infos defined, those are used, otherwise a randomized info is generated. More...
|
|
override void | Dispose () |
|
| Prefab (ContentFile file, Identifier identifier) |
|
| Prefab (ContentFile file, ContentXElement element) |
|
|
Level.PositionType | SpawnPosition [get] |
|
int | MinMoney [get] |
|
int | MaxMoney [get] |
|
Identifier | Job [get, protected set] |
|
float | Commonness [get, protected set] |
|
float | HealthMultiplier [get, protected set] |
|
float | HealthMultiplierInMultiplayer [get, protected set] |
|
float | AimSpeed [get, protected set] |
|
float | AimAccuracy [get, protected set] |
|
float | SkillMultiplier [get, protected set] |
|
int | ExperiencePoints [get] |
|
string | Tags [get, set] |
|
string | ModuleFlags [get, set] |
|
string | SpawnPointTags [get, set] |
|
CampaignMode.InteractionType | CampaignInteractionType [get, protected set] |
|
AIObjectiveIdle.BehaviorType | Behavior [get, protected set] |
|
float | ReportRange [get, protected set] |
|
Identifier[] | PreferredOutpostModuleTypes [get, protected set] |
|
Identifier | Faction [get, set] |
|
Identifier | Group [get, set] |
|
bool | AllowDraggingIndefinitely [get, set] |
|
XElement | Element [get, protected set] |
|
UInt32 | UintIdentifier [get, set] |
|
ContentPackage? | ContentPackage [get] |
|
ContentPath | FilePath [get] |
|
Definition at line 10 of file CorpsePrefab.cs.