![]() |
Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Data Structures | |
| class | PlayerSpawnJsonDataBase |
| class | PlayerSpawnPreset |
| class | PlayerSpawnPresetItemSetBase |
| base for any item set More... | |
| class | PlayerSpawnPresetDiscreteItemSetSlotData |
| one item set for slot More... | |
| class | PlayerSpawnPresetComplexChildrenType |
| used for specific hierarchical child spawning More... | |
Functions | |
| bool | TranslateAndValidateSlot (EntityAI parent, inout int slotID) |
| Translates slot name to match something from both 'CfgSlots' and 'attachments[]' in entity's config. More... | |
| override bool | IsValid () |
| slot name validity checked separately More... | |
| override bool IsValid | ( | ) |
slot name validity checked separately
Checks if the ScriptCaller is valid.
Definition at line 99 of file cfgplayerspawndatajson.c.
Translates slot name to match something from both 'CfgSlots' and 'attachments[]' in entity's config.
Definition at line 66 of file cfgplayerspawndatajson.c.
| ref array<ref PlayerSpawnPresetDiscreteItemSetSlotData> discreteItemSets |
Definition at line 63 of file cfgplayerspawndatajson.c.
| float healthMax |
Definition at line 207 of file cfgplayerspawndatajson.c.
| PlayerSpawnPresetComplexChildrenType healthMin |
one set for cargo
| PlayerSpawnJsonDataBase presets |
| float quantityMax |
Definition at line 209 of file cfgplayerspawndatajson.c.
| float quantityMin |
Definition at line 208 of file cfgplayerspawndatajson.c.
| PlayerSpawnPreset slotName |
| PlayerSpawnPresetItemSetBase spawnWeight |