Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
Param2 Class Reference

Static Private Attributes

static const int DEPENDENCY_ORDER_BASE = 0
static const int DEPENDENCY_ORDER_HIGHEST = 1
 number of potential recursive update cycles in case of parameter dependency
static const int VAR_TYPE_BLENDABLE = VAR_TYPE_INT|VAR_TYPE_FLOAT|VAR_TYPE_COLOR
static const int VAR_TYPE_BOOL = 1
static const int VAR_TYPE_COLOR = 8
static const int VAR_TYPE_FLOAT = 4
static const int VAR_TYPE_INT = 2
static const int VAR_TYPE_RESOURCE = 64
static const int VAR_TYPE_TEXTURE = 32
static const int VAR_TYPE_VECTOR = 16

Detailed Description

Definition at line 67 of file ppeconstants.c.

Field Documentation

◆ DEPENDENCY_ORDER_BASE

const int DEPENDENCY_ORDER_BASE = 0
staticprivate

Definition at line 81 of file ppeconstants.c.

◆ DEPENDENCY_ORDER_HIGHEST

const int DEPENDENCY_ORDER_HIGHEST = 1
staticprivate

number of potential recursive update cycles in case of parameter dependency

Definition at line 82 of file ppeconstants.c.

◆ VAR_TYPE_BLENDABLE

const int VAR_TYPE_BLENDABLE = VAR_TYPE_INT|VAR_TYPE_FLOAT|VAR_TYPE_COLOR
staticprivate

Definition at line 75 of file ppeconstants.c.

◆ VAR_TYPE_BOOL

const int VAR_TYPE_BOOL = 1
staticprivate

Definition at line 69 of file ppeconstants.c.

◆ VAR_TYPE_COLOR

const int VAR_TYPE_COLOR = 8
staticprivate

Definition at line 72 of file ppeconstants.c.

◆ VAR_TYPE_FLOAT

const int VAR_TYPE_FLOAT = 4
staticprivate

Definition at line 71 of file ppeconstants.c.

◆ VAR_TYPE_INT

const int VAR_TYPE_INT = 2
staticprivate

Definition at line 70 of file ppeconstants.c.

◆ VAR_TYPE_RESOURCE

const int VAR_TYPE_RESOURCE = 64
staticprivate

Definition at line 77 of file ppeconstants.c.

◆ VAR_TYPE_TEXTURE

const int VAR_TYPE_TEXTURE = 32
staticprivate

Definition at line 76 of file ppeconstants.c.

◆ VAR_TYPE_VECTOR

const int VAR_TYPE_VECTOR = 16
staticprivate

Definition at line 73 of file ppeconstants.c.


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