![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| SCR_SecondaryExplosions | GetSecondaryExplosions () |
| SCR_SecondaryExplosions | GetSecondaryFires () |
| bool | GetBurnStateForHealth (float health, out SCR_EBurningState state) |
| array< int > | GetGroupHitZoneIds (EHitZoneGroup hitZoneGroup) |
| void | InitPrefabData (notnull IEntity owner, notnull SCR_DamageManagerComponent dmgManager) |
Protected Attributes | |
| ref SCR_SecondaryExplosions | m_SecondaryExplosions |
| ref SCR_SecondaryExplosions | m_SecondaryFires |
| ref SCR_RepairConfig | m_RepairConfig |
| ref map< EHitZoneGroup, ref array< int > > | m_mHitZoneGroupMap |
Definition at line 1 of file SCR_DamageManagerComponent.c.
|
inlineprotected |
Retreives burn state for provided health
| [in] | health | percenatage of total health (0.0 to 1.0) |
| [out] | state | output that will contain state that coresponds to the provided health or SCR_EBurningState.NONE if there is no such state |
Definition at line 31 of file SCR_DamageManagerComponent.c.
|
inlineprotected |
Retreives a list of ids which are corresponding to the id of the hit zones that are part of the provided group
| [in] | hitZoneGroup |
Definition at line 46 of file SCR_DamageManagerComponent.c.
|
inlineprotected |
Definition at line 15 of file SCR_DamageManagerComponent.c.
|
inlineprotected |
Definition at line 21 of file SCR_DamageManagerComponent.c.
|
inlineprotected |
| [in] | owner | who tried to do the initialization |
| [in] | dmgManager | which tried to do the initialization |
Definition at line 57 of file SCR_DamageManagerComponent.c.
|
protected |
Definition at line 12 of file SCR_DamageManagerComponent.c.
|
protected |
Definition at line 10 of file SCR_DamageManagerComponent.c.
|
protected |
Definition at line 4 of file SCR_DamageManagerComponent.c.
|
protected |
Definition at line 7 of file SCR_DamageManagerComponent.c.