Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_DamageStateConfig Class Reference

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_DamageStateInfom_aDamageStateUiInfo
ref SCR_DamageStateUIInfo m_UnconciousStateUiInfo
ref SCR_DamageStateUIInfo m_DeathStateUiInfo
ref SCR_DamageStateUIInfo m_DestroyedStateUiInfo
ref SCR_DamageStateUIInfo m_FracturedStateUiInfo

Detailed Description

Definition at line 2 of file SCR_DamageStateConfig.c.

Member Function Documentation

◆ GetDamageStateInfoArray()

int SCR_DamageStateConfig::GetDamageStateInfoArray ( out notnull array< ref SCR_DamageStateInfo > damageStateInfoArray)
inlineprotected

Get array of all damagestate info including the identifier enum

Parameters
[out]damageStateInfoArrayarray of info
Returns
array size

Definition at line 41 of file SCR_DamageStateConfig.c.

◆ GetDeathStateUiInfo()

SCR_DamageStateUIInfo SCR_DamageStateConfig::GetDeathStateUiInfo ( )
inlineprotected

Get UI info for Death State

Returns
Ui info

Definition at line 64 of file SCR_DamageStateConfig.c.

◆ GetDestroyedStateUiInfo()

SCR_DamageStateUIInfo SCR_DamageStateConfig::GetDestroyedStateUiInfo ( )
inlineprotected

Get UI info for Destroyed State

Returns
Ui info

Definition at line 73 of file SCR_DamageStateConfig.c.

◆ GetFracturedStateUiInfo()

SCR_DamageStateUIInfo SCR_DamageStateConfig::GetFracturedStateUiInfo ( )
inlineprotected

Get UI info for Destroyed State

Returns
Ui info

Definition at line 82 of file SCR_DamageStateConfig.c.

◆ GetUiInfo()

SCR_DamageStateUIInfo SCR_DamageStateConfig::GetUiInfo ( EDamageType damageType)
inlineprotected

Get UI info using damage type

Parameters
damageTypeDamage type of the visual that needs to be obtained
Returns
Ui info

Definition at line 24 of file SCR_DamageStateConfig.c.

◆ GetUnconciousStateUiInfo()

SCR_DamageStateUIInfo SCR_DamageStateConfig::GetUnconciousStateUiInfo ( )
inlineprotected

Get UI info for Unconcious State

Returns
Ui info

Definition at line 55 of file SCR_DamageStateConfig.c.

Member Data Documentation

◆ m_aDamageStateUiInfo

ref array<ref SCR_DamageStateInfo> SCR_DamageStateConfig::m_aDamageStateUiInfo
protected

Definition at line 5 of file SCR_DamageStateConfig.c.

◆ m_DeathStateUiInfo

ref SCR_DamageStateUIInfo SCR_DamageStateConfig::m_DeathStateUiInfo
protected

Definition at line 11 of file SCR_DamageStateConfig.c.

◆ m_DestroyedStateUiInfo

ref SCR_DamageStateUIInfo SCR_DamageStateConfig::m_DestroyedStateUiInfo
protected

Definition at line 14 of file SCR_DamageStateConfig.c.

◆ m_FracturedStateUiInfo

ref SCR_DamageStateUIInfo SCR_DamageStateConfig::m_FracturedStateUiInfo
protected

Definition at line 17 of file SCR_DamageStateConfig.c.

◆ m_UnconciousStateUiInfo

ref SCR_DamageStateUIInfo SCR_DamageStateConfig::m_UnconciousStateUiInfo
protected

Definition at line 8 of file SCR_DamageStateConfig.c.


The documentation for this class was generated from the following file: