DayZ 1.24
Loading...
Searching...
No Matches
ITEM_BaseBuildingData Class Reference
Inheritance diagram for ITEM_BaseBuildingData:
[legend]
Collaboration diagram for ITEM_BaseBuildingData:
[legend]

Private Member Functions

override void InitServer ()
 
override bool ValidateServer ()
 

Private Attributes

ref ITEM_HologramData HologramData = new ITEM_HologramData
 !! all member variables must correspond with the cfggameplay.json file contents !!!!
 
ref ITEM_ConstructionData ConstructionData = new ITEM_ConstructionData
 

Detailed Description

Definition at line 191 of file CfgGameplayDataJson.c.

Member Function Documentation

◆ InitServer()

override void ITEM_BaseBuildingData::InitServer ( )
inlineprivate

Definition at line 194 of file CfgGameplayDataJson.c.

195 {
196 }

◆ ValidateServer()

override bool ITEM_BaseBuildingData::ValidateServer ( )
inlineprivate

Definition at line 198 of file CfgGameplayDataJson.c.

199 {
200 return true;
201 }

Member Data Documentation

◆ ConstructionData

ref ITEM_ConstructionData ITEM_BaseBuildingData::ConstructionData = new ITEM_ConstructionData
private

Definition at line 206 of file CfgGameplayDataJson.c.

◆ HologramData

ref ITEM_HologramData ITEM_BaseBuildingData::HologramData = new ITEM_HologramData
private

!! all member variables must correspond with the cfggameplay.json file contents !!!!

Definition at line 205 of file CfgGameplayDataJson.c.


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