Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Data Structures | |
class | PPEMatClassParameterCommandData |
Functions | |
class PPEMatClassParameterFloat extends PPEMatClassParameterCommandData | PPEMatClassParameterFloatSaturation (int mat_idx, int parameter_idx, PPEClassBase parent) |
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?) More... | |
Variables | |
protected ref map< int, ref array< float, int > > | m_LayerInfo |
protected PPETemplateDefFloat | m_Float |
protected float | m_ValueDefault |
protected float | m_ValueMin |
protected float | m_ValueMax |
override int PPEMatClassParameterFloatSaturation::GetParameterVarType | ( | ) |
Definition at line 28 of file ppematclassparameterfloat.c.
override void PPEMatClassParameterFloatSaturation::InitCuttent | ( | ) |
Definition at line 23 of file ppematclassparameterfloat.c.
override void PPEMatClassParameterFloatSaturation::InitDefaults | ( | ) |
Definition at line 14 of file ppematclassparameterfloat.c.
void PPEMatClassParameterFloatSaturation::PPEMatClassParameterFloat | ( | int | mat_idx, |
int | parameter_idx, | ||
PPEClassBase | parent | ||
) |
Definition at line 9 of file ppematclassparameterfloat.c.
class PPEMatClassParameterFloat extends PPEMatClassParameterCommandData PPEMatClassParameterFloatSaturation | ( | int | mat_idx, |
int | parameter_idx, | ||
PPEClassBase | parent | ||
) |
Definition at line 244 of file ppematclassparameterfloat.c.
Definition at line 226 of file ppematclassparameterfloat.c.
override void PPEMatClassParameterFloatSaturation::SetParameterValueDefault | ( | inout Param | p_total | ) |
No active requests for the mat. parameter value change, sets the value to DEFAULT (zero?)
Definition at line 233 of file ppematclassparameterfloat.c.
override void PPEMatClassParameterFloatSaturation::Update | ( | float | timeslice, |
out Param | p_total, | ||
out bool | setting_defaults, | ||
int | order | ||
) |
Definition at line 33 of file ppematclassparameterfloat.c.
protected PPETemplateDefFloat m_Float |
Definition at line 4 of file ppematclassparameterfloat.c.
Definition at line 2 of file ppematclassparameterfloat.c.
protected float m_ValueDefault |
Definition at line 5 of file ppematclassparameterfloat.c.
protected float m_ValueMax |
Definition at line 7 of file ppematclassparameterfloat.c.
protected float m_ValueMin |
Definition at line 6 of file ppematclassparameterfloat.c.