|
| void | PPERequesterBase (int requester_IDX) |
| |
| void | SetRequesterUpdating (bool state) |
| | Has to be set for the requester to be handled.
|
| |
| void | Start (Param par=null) |
| |
| void | Stop (Param par=null) |
| |
| bool | IsRequesterRunning () |
| |
| void | SetRequesterIDX (int idx) |
| | automatically assigned by PPERequesterBank
|
| |
| int | GetRequesterIDX () |
| | Returns requester index.
|
| |
| int | GetCategoryMask () |
| | mask for mass-handling methods like 'StopAllEffects'
|
| |
| void | SetTargetValueBool (int mat_id, int param_idx, bool val, int priority_layer, int operator=PPOperators.SET) |
| |
| void | SetTargetValueBoolDefault (int mat_id, int param_idx) |
| |
| void | SetTargetValueInt (int mat_id, int param_idx, bool relative, int val, int priority_layer, int operator=PPOperators.SET) |
| |
| void | SetTargetValueIntDefault (int mat_id, int param_idx) |
| |
| void | SetTargetValueFloat (int mat_id, int param_idx, bool relative, float val, int priority_layer, int operator=PPOperators.ADD_RELATIVE) |
| |
| void | SetTargetValueFloatDefault (int mat_id, int param_idx) |
| |
| void | SetTargetValueColor (int mat_id, int param_idx, array< float > val, int priority_layer, int operator=PPOperators.ADD_RELATIVE) |
| |
| void | SetTargetValueColorDefault (int mat_id, int param_idx) |
| |
| void | QueueValuesSend () |
| | Sets this requester to update in the manager.
|
| |
| PPERequestParamDataBase | GetRequestData (int mat_id, int param_idx, int type) |
| | returns request data for specific parameter, or creates one if one does not exist in this request yet (singletons)
|
| |
| PPERequestParamDataBase | PrepareData (int mat_id, int param_idx, int type) |
| |
| map< int, ref map< int, ref PPERequestParamDataBase > > | GetActiveRequestStructure () |
| |
| void | ClearRequesterData () |
| |
| void | SendCurrentValueData (PPERequestParamDataBase data) |
| |
| void | OnUpdate (float delta) |
| |
| void | OnStart (Param par=null) |
| |
| void | OnStop (Param par=null) |
| | automatically resets all material parameters of this requester to defaults
|
| |
| float | RelativizeValue (float value, int var_type, int mat_id, int param_id, bool relative) |
| | converts all values used to relative values (if not relative already)
|
| |
| void | SetDefaultValuesAll () |
| | Sets all requested values to default, ignoring them in further calculations.
|
| |
| void | DbgPrnt (string text) |
| |
См. определение в файле PPERequestPlatformsBase.c строка 2