Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
ppematclassparameterfloat.c File Reference

Go to the source code of this file.

Data Structures

class  PPEMatClassParameterCommandData

Functions

override int GetParameterVarType ()
override void InitCuttent ()
override void InitDefaults ()
void PPEMatClassParameterFloat (int mat_idx, int parameter_idx, PPEClassBase parent)
class PPEMatClassParameterFloat extends PPEMatClassParameterCommandData PPEMatClassParameterFloatSaturation (int mat_idx, int parameter_idx, PPEClassBase parent)
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?).
override void Update (float timeslice, out Param p_total, out bool setting_defaults, int order)

Variables

PPETemplateDefFloat m_Float
ref map< int, ref array< float, int > > m_LayerInfo
float m_ValueDefault
float m_ValueMax
float m_ValueMin

Function Documentation

◆ GetParameterVarType()

override int GetParameterVarType ( )
protected

Definition at line 271 of file ppematclassparameterfloat.c.

◆ InitCuttent()

override void InitCuttent ( )
protected

Definition at line 266 of file ppematclassparameterfloat.c.

◆ InitDefaults()

override void InitDefaults ( )
protected

Definition at line 257 of file ppematclassparameterfloat.c.

◆ PPEMatClassParameterFloat()

void PPEMatClassParameterFloat ( int mat_idx,
int parameter_idx,
PPEClassBase parent )
protected

◆ PPEMatClassParameterFloatSaturation()

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

◆ PrepareLayerInfo()

void PrepareLayerInfo ( int layer,
float value,
int operator )
protected

Definition at line 469 of file ppematclassparameterfloat.c.

◆ SetParameterValueDefault()

override void SetParameterValueDefault ( inout Param p_total)
protected

No active requests for the mat. parameter value change, sets the value to DEFAULT (zero?).

Definition at line 476 of file ppematclassparameterfloat.c.

◆ Update()

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

Definition at line 276 of file ppematclassparameterfloat.c.

Variable Documentation

◆ m_Float

PPETemplateDefFloat m_Float
protected

Definition at line 247 of file ppematclassparameterfloat.c.

◆ m_LayerInfo

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

Definition at line 245 of file ppematclassparameterfloat.c.

◆ m_ValueDefault

float m_ValueDefault
protected

Definition at line 248 of file ppematclassparameterfloat.c.

◆ m_ValueMax

float m_ValueMax
protected

Definition at line 250 of file ppematclassparameterfloat.c.

◆ m_ValueMin

float m_ValueMin
protected

Definition at line 249 of file ppematclassparameterfloat.c.