![]() |
Dayz Explorer 1.28.160049
|
Protected Member Functions | |
| void | PPEMatClassParameterBool (int mat_idx, int parameter_idx, PPEClassBase parent) |
| override void | InitDefaults () |
| override void | InitCuttent () |
| override int | GetParameterVarType () |
| override void | Update (float timeslice, out Param p_total, out bool setting_defaults, int order) |
| void | PrepareLayerInfo (int layer, bool value, int operator) |
| override void | SetParameterValueDefault (inout Param p_total) |
| No active requests for the mat. parameter value change, sets the value to DEFAULT. | |
| void | PPEMatClassParameterCommandData (int mat_idx, int parameter_idx, PPEClassBase parent) |
| int | GetParameterVarType () |
| void | SetMaterialIndex (int value) |
| void | SetParameterIndex (int value) |
| void | SetParent (PPEClassBase parent) |
| void | InsertRequestData (PPERequestParamDataBase request_data) |
| void | Update (float timeslice, out Param p_total, out bool setting_defaults, int order) |
| void | ModifyResultValues (inout Param result_values) |
| Modifies values to be used for setter methods later in the manager update. Currently used only on PPEMatClassParameterColor, TODO!! | |
| void | AddPriorityInfo (int priority) |
| Adds 'layers' to be iterated throug. | |
| void | RemovePriorityInfo (int priority) |
| Currently unused; layer info gets cleared every update. | |
| void | RegisterDefaults (Param p) |
| Adds name and default values from material registration, override on children to properly add for each type. | |
| void | InitDefaults () |
| void | InitCuttent () |
| void | SetParameterValueDefault (inout Param p_total) |
| Param | GetDefaultValues () |
| Careful, formating is such, that param1 is ALWAYS string, containing parameter name, should it be needed. Actual values follow. | |
| Param | GetCurrentValues () |
| Careful, only actual values, WITHOUT string. | |
| void | DbgPrnt (string text) |
| void | PPEMatClassParameterFloat (int mat_idx, int parameter_idx, PPEClassBase parent) |
| override void | InitDefaults () |
| override void | InitCuttent () |
| override int | GetParameterVarType () |
| override void | Update (float timeslice, out Param p_total, out bool setting_defaults, int order) |
| void | PrepareLayerInfo (int layer, float value, int operator) |
| override void | SetParameterValueDefault (inout Param p_total) |
| No active requests for the mat. parameter value change, sets the value to DEFAULT (zero?) | |
| void | PPEMatClassParameterInt (int mat_idx, int parameter_idx, PPEClassBase parent) |
| override void | InitDefaults () |
| override void | InitCuttent () |
| override int | GetParameterVarType () |
| override void | Update (float timeslice, out Param p_total, out bool setting_defaults, int order) |
| void | PrepareLayerInfo (int layer, int value, int operator) |
| override void | SetParameterValueDefault (inout Param p_total) |
| No active requests for the mat. parameter value change, sets the value to DEFAULT. | |
Protected Attributes | |
| ref map< int, ref array< bool, int > > | m_LayerInfo |
| PPETemplateDefBool | m_Bool |
| bool | m_ValueDefault |
| int | m_UpdatedCount |
| int | m_MaterialIndex |
| int | m_ParameterIndex |
| ref ActiveParameterRequestsMap | m_RequestMap |
| PPEClassBase | m_Parent |
| ref Param | m_Defaults |
| ref Param | m_CurrentValues |
| ref map< int, ref array< int > > | m_Dependencies |
| ref map< int, ref array< float, int > > | m_LayerInfo |
| PPETemplateDefFloat | m_Float |
| float | m_ValueDefault |
| float | m_ValueMin |
| float | m_ValueMax |
| ref map< int, ref array< int, int > > | m_LayerInfo |
| PPETemplateDefInt | m_Int |
| int | m_ValueDefault |
Definition at line 1 of file ppematclassparameterbool.c.
|
protected |
Definition at line 20 of file ppematclassparametercommanddata.c.
|
protected |
Adds 'layers' to be iterated throug.
Definition at line 81 of file ppematclassparametercommanddata.c.
|
protected |
Definition at line 127 of file ppematclassparametercommanddata.c.
|
protected |
Careful, only actual values, WITHOUT string.
Definition at line 122 of file ppematclassparametercommanddata.c.
|
protected |
Careful, formating is such, that param1 is ALWAYS string, containing parameter name, should it be needed. Actual values follow.
Definition at line 116 of file ppematclassparametercommanddata.c.
|
protected |
Definition at line 24 of file ppematclassparameterbool.c.
|
protected |
Definition at line 31 of file ppematclassparametercommanddata.c.
|
protected |
Definition at line 29 of file ppematclassparameterfloat.c.
|
protected |
Definition at line 24 of file ppematclassparameterint.c.
|
protected |
Definition at line 19 of file ppematclassparameterbool.c.
|
protected |
Definition at line 109 of file ppematclassparametercommanddata.c.
|
protected |
Definition at line 24 of file ppematclassparameterfloat.c.
|
protected |
Definition at line 19 of file ppematclassparameterint.c.
|
protected |
Definition at line 13 of file ppematclassparameterbool.c.
|
protected |
Definition at line 107 of file ppematclassparametercommanddata.c.
|
protected |
Definition at line 15 of file ppematclassparameterfloat.c.
|
protected |
Definition at line 13 of file ppematclassparameterint.c.
|
protected |
Definition at line 51 of file ppematclassparametercommanddata.c.
|
protected |
Modifies values to be used for setter methods later in the manager update. Currently used only on PPEMatClassParameterColor, TODO!!
Definition at line 76 of file ppematclassparametercommanddata.c.
|
protected |
Definition at line 8 of file ppematclassparameterbool.c.
|
protected |
Definition at line 10 of file ppematclassparameterfloat.c.
|
protected |
Definition at line 8 of file ppematclassparameterint.c.
|
protected |
Definition at line 178 of file ppematclassparameterbool.c.
|
protected |
Definition at line 227 of file ppematclassparameterfloat.c.
|
protected |
Definition at line 178 of file ppematclassparameterint.c.
|
protected |
Adds name and default values from material registration, override on children to properly add for each type.
Definition at line 100 of file ppematclassparametercommanddata.c.
|
protected |
Currently unused; layer info gets cleared every update.
Definition at line 95 of file ppematclassparametercommanddata.c.
|
protected |
Definition at line 36 of file ppematclassparametercommanddata.c.
|
protected |
Definition at line 41 of file ppematclassparametercommanddata.c.
|
protected |
No active requests for the mat. parameter value change, sets the value to DEFAULT.
Definition at line 185 of file ppematclassparameterbool.c.
|
protected |
Definition at line 111 of file ppematclassparametercommanddata.c.
|
protected |
No active requests for the mat. parameter value change, sets the value to DEFAULT (zero?)
Definition at line 234 of file ppematclassparameterfloat.c.
|
protected |
No active requests for the mat. parameter value change, sets the value to DEFAULT.
Definition at line 185 of file ppematclassparameterint.c.
|
protected |
Definition at line 46 of file ppematclassparametercommanddata.c.
|
protected |
Definition at line 29 of file ppematclassparameterbool.c.
|
protected |
Definition at line 56 of file ppematclassparametercommanddata.c.
|
protected |
Definition at line 34 of file ppematclassparameterfloat.c.
|
protected |
Definition at line 29 of file ppematclassparameterint.c.
|
protected |
Definition at line 5 of file ppematclassparameterbool.c.
|
protected |
Definition at line 16 of file ppematclassparametercommanddata.c.
|
protected |
Definition at line 15 of file ppematclassparametercommanddata.c.
Definition at line 18 of file ppematclassparametercommanddata.c.
|
protected |
Definition at line 5 of file ppematclassparameterfloat.c.
|
protected |
Definition at line 5 of file ppematclassparameterint.c.
Definition at line 3 of file ppematclassparameterbool.c.
Definition at line 3 of file ppematclassparameterfloat.c.
Definition at line 3 of file ppematclassparameterint.c.
|
protected |
Definition at line 11 of file ppematclassparametercommanddata.c.
|
protected |
Definition at line 12 of file ppematclassparametercommanddata.c.
|
protected |
Definition at line 14 of file ppematclassparametercommanddata.c.
|
protected |
Definition at line 13 of file ppematclassparametercommanddata.c.
|
protected |
Definition at line 10 of file ppematclassparametercommanddata.c.
|
protected |
Definition at line 6 of file ppematclassparameterbool.c.
|
protected |
Definition at line 6 of file ppematclassparameterfloat.c.
|
protected |
Definition at line 6 of file ppematclassparameterint.c.
|
protected |
Definition at line 8 of file ppematclassparameterfloat.c.
|
protected |
Definition at line 7 of file ppematclassparameterfloat.c.