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

Static Private Member Functions

static void Init ()
 

Static Private Attributes

static ref Param1< intPARAM1_INT
 
static ref Param1< boolPARAM1_BOOL
 
static ref Param1< floatPARAM1_FLOAT
 
static ref Param1< stringPARAM1_STRING
 
static ref Param2< int, intPARAM2_INT_INT
 
static ref Param2< int, floatPARAM2_INT_FLOAT
 
static ref Param2< int, stringPARAM2_INT_STRING
 
static ref Param2< string, floatPARAM2_STRING_FLOAT
 
static ref Param2< string, stringPARAM2_STRING_STRING
 
static ref Param2< float, floatPARAM2_FLOAT_FLOAT
 

Detailed Description

Definition at line 9 of file UtilityClasses.c.

Member Function Documentation

◆ Init()

static void CachedObjectsParams::Init ( )
inlinestaticprivate

Definition at line 23 of file UtilityClasses.c.

24 {
25 PARAM1_INT = new Param1<int>(0);
26 PARAM1_BOOL = new Param1<bool>(false);
29
36 }
static ref Param1< bool > PARAM1_BOOL
static ref Param1< int > PARAM1_INT
static ref Param1< string > PARAM1_STRING
static ref Param2< string, string > PARAM2_STRING_STRING
static ref Param2< int, float > PARAM2_INT_FLOAT
static ref Param2< int, int > PARAM2_INT_INT
static ref Param1< float > PARAM1_FLOAT
static ref Param2< string, float > PARAM2_STRING_FLOAT
static ref Param2< int, string > PARAM2_INT_STRING
static ref Param2< float, float > PARAM2_FLOAT_FLOAT

References PARAM1_BOOL, PARAM1_FLOAT, PARAM1_INT, PARAM1_STRING, PARAM2_FLOAT_FLOAT, PARAM2_INT_FLOAT, PARAM2_INT_INT, PARAM2_INT_STRING, PARAM2_STRING_FLOAT, and PARAM2_STRING_STRING.

Referenced by CGame::DayZGame().

Member Data Documentation

◆ PARAM1_BOOL

ref Param1<bool> CachedObjectsParams::PARAM1_BOOL
staticprivate

◆ PARAM1_FLOAT

ref Param1<float> CachedObjectsParams::PARAM1_FLOAT
staticprivate

Definition at line 13 of file UtilityClasses.c.

Referenced by Init(), and InventoryItem::ReadVarsFromCTX().

◆ PARAM1_INT

◆ PARAM1_STRING

ref Param1<string> CachedObjectsParams::PARAM1_STRING
staticprivate

◆ PARAM2_FLOAT_FLOAT

ref Param2<float, float> CachedObjectsParams::PARAM2_FLOAT_FLOAT
staticprivate

◆ PARAM2_INT_FLOAT

ref Param2<int, float> CachedObjectsParams::PARAM2_INT_FLOAT
staticprivate

◆ PARAM2_INT_INT

ref Param2<int, int> CachedObjectsParams::PARAM2_INT_INT
staticprivate

◆ PARAM2_INT_STRING

ref Param2<int, string> CachedObjectsParams::PARAM2_INT_STRING
staticprivate

◆ PARAM2_STRING_FLOAT

ref Param2<string, float> CachedObjectsParams::PARAM2_STRING_FLOAT
staticprivate

Definition at line 19 of file UtilityClasses.c.

Referenced by Init().

◆ PARAM2_STRING_STRING

ref Param2<string, string> CachedObjectsParams::PARAM2_STRING_STRING
staticprivate

Definition at line 20 of file UtilityClasses.c.

Referenced by Init().


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