DayZ Scripts
PC Stable Documentation
 
Loading...
Searching...
No Matches
PPEMatClassParameterFloat.c File Reference

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

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 GetParameterVarType ( )

◆ InitCuttent()

override void InitCuttent ( )

◆ InitDefaults()

override void InitDefaults ( )

◆ PPEMatClassParameterFloat()

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

◆ PPEMatClassParameterFloatSaturation()

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

◆ PrepareLayerInfo()

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

◆ SetParameterValueDefault()

override void SetParameterValueDefault ( inout Param  p_total)

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

◆ Update()

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

Variable Documentation

◆ m_Float

◆ m_LayerInfo

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

◆ m_ValueDefault

◆ m_ValueMax

◆ m_ValueMin