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

Static Private Member Functions

static void Init ()
 

Static Private Attributes

static ref TStringArray ARRAY_STRING
 
static ref TFloatArray ARRAY_FLOAT
 
static ref TIntArray ARRAY_INT
 

Detailed Description

Definition at line 40 of file UtilityClasses.c.

Member Function Documentation

◆ Init()

static void CachedObjectsArrays::Init ( )
inlinestaticprivate

Definition at line 42 of file UtilityClasses.c.

43 {
46 ARRAY_INT = new TIntArray;
47 }
static ref TStringArray ARRAY_STRING
static ref TIntArray ARRAY_INT
static ref TFloatArray ARRAY_FLOAT
array< float > TFloatArray
Definition EnScript.c:667
array< string > TStringArray
Definition EnScript.c:666
array< int > TIntArray
Definition EnScript.c:668

References ARRAY_FLOAT, ARRAY_INT, and ARRAY_STRING.

Referenced by CGame::DayZGame().

Member Data Documentation

◆ ARRAY_FLOAT

◆ ARRAY_INT

ref TIntArray CachedObjectsArrays::ARRAY_INT
staticprivate

Definition at line 51 of file UtilityClasses.c.

Referenced by Init(), and OnStoreSave().

◆ ARRAY_STRING


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