Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
ppematclassparameterfloat.c File Reference

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
 

Function Documentation

◆ GetParameterVarType()

override int PPEMatClassParameterFloatSaturation::GetParameterVarType ( )

Definition at line 28 of file ppematclassparameterfloat.c.

◆ InitCuttent()

override void PPEMatClassParameterFloatSaturation::InitCuttent ( )

Definition at line 23 of file ppematclassparameterfloat.c.

◆ InitDefaults()

override void PPEMatClassParameterFloatSaturation::InitDefaults ( )

Definition at line 14 of file ppematclassparameterfloat.c.

◆ PPEMatClassParameterFloat()

void PPEMatClassParameterFloatSaturation::PPEMatClassParameterFloat ( int  mat_idx,
int  parameter_idx,
PPEClassBase  parent 
)

Definition at line 9 of file ppematclassparameterfloat.c.

◆ PPEMatClassParameterFloatSaturation()

class PPEMatClassParameterFloat extends PPEMatClassParameterCommandData PPEMatClassParameterFloatSaturation ( int  mat_idx,
int  parameter_idx,
PPEClassBase  parent 
)

Definition at line 244 of file ppematclassparameterfloat.c.

◆ PrepareLayerInfo()

void PPEMatClassParameterFloatSaturation::PrepareLayerInfo ( int  layer,
float  value,
int  operator 
)

Definition at line 226 of file ppematclassparameterfloat.c.

◆ SetParameterValueDefault()

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.

◆ Update()

override void PPEMatClassParameterFloatSaturation::Update ( float  timeslice,
out Param  p_total,
out bool  setting_defaults,
int  order 
)

Definition at line 33 of file ppematclassparameterfloat.c.

Variable Documentation

◆ m_Float

protected PPETemplateDefFloat m_Float

Definition at line 4 of file ppematclassparameterfloat.c.

◆ m_LayerInfo

protected ref map<int,ref array<float,int> > m_LayerInfo

Definition at line 2 of file ppematclassparameterfloat.c.

◆ m_ValueDefault

protected float m_ValueDefault

Definition at line 5 of file ppematclassparameterfloat.c.

◆ m_ValueMax

protected float m_ValueMax

Definition at line 7 of file ppematclassparameterfloat.c.

◆ m_ValueMin

protected float m_ValueMin

Definition at line 6 of file ppematclassparameterfloat.c.