![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| bool | AddEffect (notnull SCR_PersistentDamageEffect dmgEffect) |
| int | RemoveEffect (notnull SCR_PersistentDamageEffect dmgEffect) |
| SCR_BatchedDamageEffects | GetBatchedDataOfType (typename t) |
| bool | BatchData (notnull inout map< typename, ref SCR_BatchedDamageEffects > newBatchedData, const float avgTimeSlice, SCR_ExtendedDamageManagerComponent dmgMgr) |
| void | UpdateBachedData (map< typename, ref SCR_BatchedDamageEffects > newBatchedData) |
| void | ProcessBatchedData (notnull SCR_ExtendedDamageManagerComponent dmgMgr, bool isAuthority) |
| void | SCR_ManagedDamageEffectsContainer (set< SCR_PersistentDamageEffect > effectsSet=null, map< typename, ref SCR_BatchedDamageEffects > batchedEffects=null) |
Protected Attributes | |
| ref map< typename, ref SCR_BatchedDamageEffects > | m_mBatchedEffects |
| ref set< SCR_PersistentDamageEffect > | m_EffectsSet |
Definition at line 1 of file SCR_ManagedDamageEffectsContainer.c.
|
inlineprotected |
| [in] | effectsSet | |
| [in] | batchedEffects |
Definition at line 177 of file SCR_ManagedDamageEffectsContainer.c.
|
inlineprotected |
|
inlineprotected |
| [in,out] | newBatchedData | |
| [in] | avgTimeSlice | |
| [in] | dmgMgr |
Definition at line 47 of file SCR_ManagedDamageEffectsContainer.c.
|
inlineprotected |
| [in] | t | of the effect for which we are looking for the batch data |
Definition at line 34 of file SCR_ManagedDamageEffectsContainer.c.
|
inlineprotected |
Iterates through the batched data and executes their respective processing methods
| [in] | dmgMgr | |
| [in] | isAuthority |
Definition at line 157 of file SCR_ManagedDamageEffectsContainer.c.
|
inlineprotected |
| [in] | dmgEffect |
Definition at line 22 of file SCR_ManagedDamageEffectsContainer.c.
|
inlineprotected |
Updates previously hald information with the new batch data
| [in] | newBatchedData | from which information is going to be transferred to the old one |
Definition at line 102 of file SCR_ManagedDamageEffectsContainer.c.
|
protected |
Definition at line 4 of file SCR_ManagedDamageEffectsContainer.c.
|
protected |
Definition at line 3 of file SCR_ManagedDamageEffectsContainer.c.