Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
MagazineUIInfo Class Reference
Inheritance diagram for MagazineUIInfo:
UIInfo

Protected Member Functions

string GetAmmoCaliber ()
string GetAmmoType ()
bool ShowAmmoTypeText ()
EAmmoType GetAmmoTypeFlags ()

Protected Attributes

string m_sAmmoCaliber
 Magazine background icon, created for WeaponInfo HUD element.
string m_sAmmoType
 Magazine type string (AP, tracer, ball), as if it was written on this magazine. Used for Weapon Info UI.
bool m_bShowAmmoTypeText
EAmmoType m_eAmmoTypeFlags
 Magazine ammo type flags, used for displaying ammo type icons on weapon UI.
ref SCR_MagazineIndicatorConfiguration m_MagIndicator

Detailed Description

Forward declaration of UIInfo Serves as a container of data to be displayed on player UI

Definition at line 3 of file MagazineUIInfo.c.

Member Function Documentation

◆ GetAmmoCaliber()

string MagazineUIInfo::GetAmmoCaliber ( )
inlineprotected

Definition at line 10 of file MagazineUIInfo.c.

◆ GetAmmoType()

string MagazineUIInfo::GetAmmoType ( )
inlineprotected

Definition at line 22 of file MagazineUIInfo.c.

◆ GetAmmoTypeFlags()

EAmmoType MagazineUIInfo::GetAmmoTypeFlags ( )
inlineprotected

Definition at line 40 of file MagazineUIInfo.c.

◆ ShowAmmoTypeText()

bool MagazineUIInfo::ShowAmmoTypeText ( )
inlineprotected

Definition at line 31 of file MagazineUIInfo.c.

Member Data Documentation

◆ m_bShowAmmoTypeText

bool MagazineUIInfo::m_bShowAmmoTypeText
protected

Definition at line 29 of file MagazineUIInfo.c.

◆ m_eAmmoTypeFlags

EAmmoType MagazineUIInfo::m_eAmmoTypeFlags
protected

Magazine ammo type flags, used for displaying ammo type icons on weapon UI.

Definition at line 38 of file MagazineUIInfo.c.

◆ m_MagIndicator

ref SCR_MagazineIndicatorConfiguration MagazineUIInfo::m_MagIndicator
protected

Definition at line 46 of file MagazineUIInfo.c.

◆ m_sAmmoCaliber

string MagazineUIInfo::m_sAmmoCaliber
protected

Magazine background icon, created for WeaponInfo HUD element.

Definition at line 7 of file MagazineUIInfo.c.

◆ m_sAmmoType

string MagazineUIInfo::m_sAmmoType
protected

Magazine type string (AP, tracer, ball), as if it was written on this magazine. Used for Weapon Info UI.

Definition at line 19 of file MagazineUIInfo.c.


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