![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Data Structures | |
| class | ColorValuesData |
| class | PPEMatClassParameterColor |
Functions | |
| override int | GetParameterVarType () |
| override void | InitCuttent () |
| override void | InitDefaults () |
| void | PPEMatClassParameterColor (int mat_idx, int parameter_idx, PPEClassBase parent) |
| void | PrepareLayerInfo (int layer, array< float > values, int operator) |
| Fills relative values into arrays/member variables. | |
| override void | SetParameterValueDefault (inout Param p_total) |
| override void | Update (float timeslice, out Param p_total, out bool setting_defaults, int order) |
Variables | |
| PPETemplateDefColor | m_Color |
| float | m_ColorDefaults [4] |
| ref map< int, ref ColorValuesData > | m_LayerInfo |
| const int | VALUE_ALPHA = 3 |
| const int | VALUE_BLUE = 2 |
| const int | VALUE_GREEN = 1 |
| ColorValuesData | VALUE_RED = 0 |
| const int | VALUES_COUNT = 4 |
|
protected |
Definition at line 64 of file ppematclassparametercolor.c.
|
protected |
Definition at line 59 of file ppematclassparametercolor.c.
References m_ColorDefaults.
|
protected |
Definition at line 53 of file ppematclassparametercolor.c.
References m_Color, and m_ColorDefaults.
|
protected |
Definition at line 48 of file ppematclassparametercolor.c.
References m_LayerInfo.
Referenced by PPEClassBase::RegisterParameterColor().
Fills relative values into arrays/member variables.
Definition at line 282 of file ppematclassparametercolor.c.
References m_LayerInfo, ColorValuesData::SetOperator(), and ColorValuesData::SetValues().
Referenced by Update().
|
protected |
Definition at line 300 of file ppematclassparametercolor.c.
References m_ColorDefaults.
Referenced by Update().
|
protected |
Definition at line 69 of file ppematclassparametercolor.c.
References Error(), m_ColorDefaults, m_LayerInfo, m_Parent, Math::Max(), Math::Min(), PPEMatClassParameterColor::ModifyResultValues(), PrepareLayerInfo(), SetParameterValueDefault(), VALUE_ALPHA, VALUE_BLUE, VALUE_GREEN, and VALUE_RED.
|
protected |
Definition at line 43 of file ppematclassparametercolor.c.
|
protected |
Definition at line 46 of file ppematclassparametercolor.c.
Referenced by InitCuttent(), InitDefaults(), PPEMatClassParameterColor::ModifyResultValues(), SetParameterValueDefault(), and Update().
|
protected |
Definition at line 44 of file ppematclassparametercolor.c.
Referenced by PPEMatClassParameterColor(), PrepareLayerInfo(), and Update().
| const int VALUE_ALPHA = 3 |
Definition at line 40 of file ppematclassparametercolor.c.
Referenced by Update().
| const int VALUE_BLUE = 2 |
Definition at line 39 of file ppematclassparametercolor.c.
Referenced by Update().
| const int VALUE_GREEN = 1 |
Definition at line 38 of file ppematclassparametercolor.c.
Referenced by Update().
| ColorValuesData VALUE_RED = 0 |
Referenced by Update().
| const int VALUES_COUNT = 4 |
Definition at line 41 of file ppematclassparametercolor.c.