Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
ppematclassparameterfloat.c File Reference

Go to the source code of this file.

Classes

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?)
 

Variables

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

Function Documentation

◆ GetParameterVarType()

override int PPEMatClassParameterFloatSaturation::GetParameterVarType ( )
protected

Definition at line 271 of file ppematclassparameterfloat.c.

◆ InitCuttent()

override void PPEMatClassParameterFloatSaturation::InitCuttent ( )
protected

Definition at line 266 of file ppematclassparameterfloat.c.

◆ InitDefaults()

override void PPEMatClassParameterFloatSaturation::InitDefaults ( )
protected

Definition at line 257 of file ppematclassparameterfloat.c.

◆ PPEMatClassParameterFloat()

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

Definition at line 252 of file ppematclassparameterfloat.c.

◆ PPEMatClassParameterFloatSaturation()

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

Definition at line 1 of file ppematclassparameterfloat.c.

◆ PrepareLayerInfo()

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

Definition at line 469 of file ppematclassparameterfloat.c.

◆ SetParameterValueDefault()

override void PPEMatClassParameterFloatSaturation::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 PPEMatClassParameterFloatSaturation::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.