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

Private Member Functions

override void InitServer ()
 
override bool ValidateServer ()
 

Private Attributes

bool disablePerformRoofCheck
 !! all member variables must correspond with the cfggameplay.json file contents !!!!
 
bool disableIsCollidingCheck
 
bool disableDistanceCheck
 

Detailed Description

Definition at line 244 of file CfgGameplayDataJson.c.

Member Function Documentation

◆ InitServer()

override void ITEM_ConstructionData::InitServer ( )
inlineprivate

Definition at line 247 of file CfgGameplayDataJson.c.

248 {
249 }

◆ ValidateServer()

override bool ITEM_ConstructionData::ValidateServer ( )
inlineprivate

Definition at line 251 of file CfgGameplayDataJson.c.

252 {
253 return true;
254 }

Member Data Documentation

◆ disableDistanceCheck

bool ITEM_ConstructionData::disableDistanceCheck
private

Definition at line 260 of file CfgGameplayDataJson.c.

◆ disableIsCollidingCheck

bool ITEM_ConstructionData::disableIsCollidingCheck
private

Definition at line 259 of file CfgGameplayDataJson.c.

◆ disablePerformRoofCheck

bool ITEM_ConstructionData::disablePerformRoofCheck
private

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

Definition at line 258 of file CfgGameplayDataJson.c.


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