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

Static Private Attributes

static const int NONE = 0
 
static const int FLOAT = 0x0001
 
static const int STRING = 0x0002
 
static const int BOOL = 0x0004
 

Detailed Description

Definition at line 1 of file UtilityClasses.c.

Member Data Documentation

◆ BOOL

const int ItemVariableFlags::BOOL = 0x0004
staticprivate

Definition at line 6 of file UtilityClasses.c.

◆ FLOAT

const int ItemVariableFlags::FLOAT = 0x0001
staticprivate

◆ NONE

const int ItemVariableFlags::NONE = 0
staticprivate

Definition at line 3 of file UtilityClasses.c.

◆ STRING

const int ItemVariableFlags::STRING = 0x0002
staticprivate

Definition at line 5 of file UtilityClasses.c.


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