![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Data for one material parameter, requester side. More...
Protected Member Functions | |
| void | PPERequestParamDataBase (int requester_idx, int mat_id, int param_id, int data_type=0, int priority=0, int mask=PPOperators.SET) |
| int | GetInteractionMask () |
| int | GetMaterialID () |
| int | GetParameterID () |
| int | GetPriorityLayer () |
| int | GetRequesterIDX () |
| bool | GetUpdatingDataValues () |
| int | GetVarType () |
| void | InitValues () |
| bool | IsDataActive () |
| bool | IsSettingDefaultValues () |
| void | SetDataActive (bool state) |
| void | SetInteractionMask (int mask) |
| void | SetPriorityLayer (int priority) |
| void | SetSettingDefaultValues (bool state) |
| void | SetUpdatingDataValues (bool state) |
Private Member Functions | |
| override void | InitValues () |
| void | PPERequestParamDataColor (int requester_idx, int mat_id, int param_id, int data_type=0, int priority=0, int mask=PPOperators.SET, bool relative=false) |
| void | PPERequestParamDataInt (int requester_idx, int mat_id, int param_id, int data_type=0, int priority=0, int mask=PPOperators.SET, bool relative=false) |
Private Attributes | |
| ref array< float > | m_ColorCurrent |
| ref array< float > | m_ColorFormerTarget |
| ref array< float > | m_ColorLast |
| ref array< float > | m_ColorStart |
| ref array< float > | m_ColorTarget |
| int | m_IntCurrent |
| int | m_IntLast |
| int | m_IntTarget |
| PPERequesterBase | m_Requester |
Data for one material parameter, requester side.
Definition at line 2 of file pperequestdata.c.
|
inlineprotected |
Definition at line 16 of file pperequestdata.c.
References InitValues(), m_InteractionMask, m_IsActive, m_MaterialID, m_ParameterID, m_Priority, m_RequesterIDX, m_SettingDefaultValues, m_UpdatingDataValues, and m_VariableType.
|
inlineprotected |
Definition at line 89 of file pperequestdata.c.
References m_InteractionMask.
|
inlineprotected |
Definition at line 69 of file pperequestdata.c.
References m_MaterialID.
Referenced by SendMaterialValueData(), and PPERequesterBase::SetDefaultValuesAll().
|
inlineprotected |
Definition at line 74 of file pperequestdata.c.
References m_ParameterID.
Referenced by PPEClassBase::InsertParamValueData(), SendMaterialValueData(), and PPERequesterBase::SetDefaultValuesAll().
|
inlineprotected |
Definition at line 99 of file pperequestdata.c.
References m_Priority.
|
inlineprotected |
Definition at line 64 of file pperequestdata.c.
References m_RequesterIDX.
Referenced by PPEClassBase::InsertParamValueData(), and PPEMatClassParameterCommandData::InsertRequestData().
|
inlineprotected |
Definition at line 39 of file pperequestdata.c.
References m_UpdatingDataValues.
|
inlineprotected |
Definition at line 79 of file pperequestdata.c.
References m_VariableType.
Referenced by PPERequesterBase::SetDefaultValuesAll().
|
inlineprivate |
Definition at line 171 of file pperequestdata.c.
References m_ColorCurrent, m_ColorFormerTarget, m_ColorLast, m_ColorStart, and m_ColorTarget.
|
inlineprotected |
Definition at line 30 of file pperequestdata.c.
Referenced by PPERequestParamDataBase().
|
inlineprotected |
Definition at line 49 of file pperequestdata.c.
References m_IsActive.
Referenced by PPERequesterBase::SetDefaultValuesAll().
|
inlineprotected |
Definition at line 59 of file pperequestdata.c.
References m_SettingDefaultValues.
|
inlineprivate |
Definition at line 166 of file pperequestdata.c.
References m_VariableType.
|
inlineprivate |
Definition at line 125 of file pperequestdata.c.
References m_IntCurrent, m_IntLast, and m_VariableType.
|
inlineprotected |
Definition at line 44 of file pperequestdata.c.
References m_IsActive.
Referenced by PPEClassBase::InsertParamValueData().
|
inlineprotected |
Definition at line 84 of file pperequestdata.c.
References m_InteractionMask.
|
inlineprotected |
Definition at line 94 of file pperequestdata.c.
References m_Priority.
|
inlineprotected |
Definition at line 54 of file pperequestdata.c.
References m_SettingDefaultValues.
|
inlineprotected |
Definition at line 34 of file pperequestdata.c.
References m_UpdatingDataValues.
Referenced by PPEClassBase::InsertParamValueData().
Definition at line 160 of file pperequestdata.c.
Referenced by InitValues().
Definition at line 163 of file pperequestdata.c.
Referenced by InitValues().
Definition at line 161 of file pperequestdata.c.
Referenced by InitValues().
Definition at line 164 of file pperequestdata.c.
Referenced by InitValues().
Definition at line 159 of file pperequestdata.c.
Referenced by InitValues().
|
private |
Definition at line 122 of file pperequestdata.c.
Referenced by PPERequestParamDataInt().
|
protected |
Definition at line 13 of file pperequestdata.c.
Referenced by PPERequestParamDataBase(), GetInteractionMask(), and SetInteractionMask().
|
private |
Definition at line 123 of file pperequestdata.c.
Referenced by PPERequestParamDataInt().
|
private |
Definition at line 121 of file pperequestdata.c.
|
protected |
Definition at line 6 of file pperequestdata.c.
Referenced by PPERequestParamDataBase(), IsDataActive(), and SetDataActive().
|
protected |
Definition at line 9 of file pperequestdata.c.
Referenced by PPERequestParamDataBase(), and GetMaterialID().
|
protected |
Definition at line 10 of file pperequestdata.c.
Referenced by PPERequestParamDataBase(), and GetParameterID().
|
protected |
Definition at line 14 of file pperequestdata.c.
Referenced by PPERequestParamDataBase(), GetPriorityLayer(), and SetPriorityLayer().
|
private |
Definition at line 4 of file pperequestdata.c.
Referenced by PPERequesterBase::GetRequestData().
|
protected |
Definition at line 12 of file pperequestdata.c.
Referenced by PPERequestParamDataBase(), and GetRequesterIDX().
|
protected |
Definition at line 7 of file pperequestdata.c.
Referenced by PPERequestParamDataBase(), IsSettingDefaultValues(), and SetSettingDefaultValues().
|
protected |
Definition at line 5 of file pperequestdata.c.
Referenced by PPERequestParamDataBase(), GetUpdatingDataValues(), and SetUpdatingDataValues().
|
protected |
Definition at line 11 of file pperequestdata.c.
Referenced by PPERequestParamDataBase(), GetVarType(), PPERequestParamDataColor(), and PPERequestParamDataInt().