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

Private Member Functions

void ITEM_DataBase ()
 
bool ValidateServer ()
 
void InitServer ()
 

Detailed Description

Definition at line 24 of file CfgGameplayDataJson.c.

Constructor & Destructor Documentation

◆ ITEM_DataBase()

void ITEM_DataBase::ITEM_DataBase ( )
inlineprivate

Definition at line 26 of file CfgGameplayDataJson.c.

27 {
28#ifdef SERVER
30#endif
31 }
static void RegisterItem(ITEM_DataBase item)

References CfgGameplayHandler::RegisterItem().

Member Function Documentation

◆ InitServer()

void ITEM_DataBase::InitServer ( )
private

◆ ValidateServer()

bool ITEM_DataBase::ValidateServer ( )
inlineprivate

Definition at line 33 of file CfgGameplayDataJson.c.

34 {
35 return true;
36 }

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