DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ GetPostProcessCurrentValues()

Param GetPostProcessCurrentValues ( int material,
int parameter )
protected

Returns current values as Param. See 'PPEConstants' file for various typedefs used.

См. определение в файле PPEManager.c строка 347

348 {
349 PPEClassBase mat_class = m_PPEClassMap.Get(material);
350 return mat_class.GetParameterCommandData(parameter).GetCurrentValues();
351 }
ref map< int, ref PPEClassBase > m_PPEClassMap
Определения PPEManager.c:58
PPEMatClassParameterCommandData GetParameterCommandData(int parameter_idx)
Some PP effects are handled as hard-coded exceptions, outside of material system. Default == PPEExcep...
Определения PPEMatClassesBase.c:350
Created once, on manager init. Script-side representation of C++ material class, separate handling.
Определения PPEMatClassesBase.c:3
Param GetCurrentValues()
Careful, only actual values, WITHOUT string.

Перекрестные ссылки PPEMatClassParameterCommandData::GetCurrentValues(), PPEClassBase::GetParameterCommandData() и m_PPEClassMap.