DayZ 1.24
Loading...
Searching...
No Matches
PlayerSpawnPresetItemSetBase Class Reference

base for any item set More...

Inheritance diagram for PlayerSpawnPresetItemSetBase:
[legend]
Collaboration diagram for PlayerSpawnPresetItemSetBase:
[legend]

Private Member Functions

int GetQuickbarIdx ()
 overriden later
 

Private Attributes

bool simpleChildrenUseDefaultAttributes
 
ref PlayerSpawnAttributesData attributes
 
ref array< ref PlayerSpawnPresetComplexChildrenTypecomplexChildrenTypes
 
ref array< stringsimpleChildrenTypes
 

Detailed Description

base for any item set

Definition at line 111 of file CfgPlayerSpawnDataJson.c.

Member Function Documentation

◆ GetQuickbarIdx()

int PlayerSpawnPresetItemSetBase::GetQuickbarIdx ( )
inlineprivate

overriden later

Definition at line 119 of file CfgPlayerSpawnDataJson.c.

120 {
121 return -1;
122 }

Member Data Documentation

◆ attributes

ref PlayerSpawnAttributesData PlayerSpawnPresetItemSetBase::attributes
private

Definition at line 114 of file CfgPlayerSpawnDataJson.c.

◆ complexChildrenTypes

ref array<ref PlayerSpawnPresetComplexChildrenType> PlayerSpawnPresetItemSetBase::complexChildrenTypes
private

Definition at line 115 of file CfgPlayerSpawnDataJson.c.

◆ simpleChildrenTypes

ref array<string> PlayerSpawnPresetItemSetBase::simpleChildrenTypes
private

Definition at line 116 of file CfgPlayerSpawnDataJson.c.

◆ simpleChildrenUseDefaultAttributes

bool PlayerSpawnPresetItemSetBase::simpleChildrenUseDefaultAttributes
private

Definition at line 113 of file CfgPlayerSpawnDataJson.c.


The documentation for this class was generated from the following file: