![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| SCR_DamageStateUIInfo | GetUiInfo (EDamageType damageType) |
| int | GetDamageStateInfoArray (out notnull array< ref SCR_DamageStateInfo > damageStateInfoArray) |
| SCR_DamageStateUIInfo | GetUnconciousStateUiInfo () |
| SCR_DamageStateUIInfo | GetDeathStateUiInfo () |
| SCR_DamageStateUIInfo | GetDestroyedStateUiInfo () |
| SCR_DamageStateUIInfo | GetFracturedStateUiInfo () |
Protected Attributes | |
| ref array< ref SCR_DamageStateInfo > | m_aDamageStateUiInfo |
| ref SCR_DamageStateUIInfo | m_UnconciousStateUiInfo |
| ref SCR_DamageStateUIInfo | m_DeathStateUiInfo |
| ref SCR_DamageStateUIInfo | m_DestroyedStateUiInfo |
| ref SCR_DamageStateUIInfo | m_FracturedStateUiInfo |
Definition at line 2 of file SCR_DamageStateConfig.c.
|
inlineprotected |
Get array of all damagestate info including the identifier enum
| [out] | damageStateInfoArray | array of info |
Definition at line 41 of file SCR_DamageStateConfig.c.
|
inlineprotected |
|
inlineprotected |
Get UI info for Destroyed State
Definition at line 73 of file SCR_DamageStateConfig.c.
|
inlineprotected |
Get UI info for Destroyed State
Definition at line 82 of file SCR_DamageStateConfig.c.
|
inlineprotected |
Get UI info using damage type
| damageType | Damage type of the visual that needs to be obtained |
Definition at line 24 of file SCR_DamageStateConfig.c.
|
inlineprotected |
Get UI info for Unconcious State
Definition at line 55 of file SCR_DamageStateConfig.c.
|
protected |
Definition at line 5 of file SCR_DamageStateConfig.c.
|
protected |
Definition at line 11 of file SCR_DamageStateConfig.c.
|
protected |
Definition at line 14 of file SCR_DamageStateConfig.c.
|
protected |
Definition at line 17 of file SCR_DamageStateConfig.c.
|
protected |
Definition at line 8 of file SCR_DamageStateConfig.c.