Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Protected Attributes | List of all members
GrenadeUIInfo Interface Reference
Inheritance diagram for GrenadeUIInfo:
[legend]

Public Member Functions

string GetAmmoType ()
 
bool ShowAmmoTypeText ()
 
EAmmoType GetAmmoTypeFlags ()
 
- Public Member Functions inherited from WeaponUIInfo
bool ShowWeaponName ()
 
- Public Member Functions inherited from UIInfo
proto external string GetName ()
 Returns the text provided by this UI info.
 
proto external void SetName (string name)
 Set the name of this UI Info.
 
proto external string GetDescription ()
 Returns the description provided by this UI info.
 
proto external void SetDescription (string description)
 Set the description of this UI Info.
 
proto external ResourceName GetIconPath ()
 Returns the icon ResourceName provided by this UI info.
 

Public Attributes

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

 
- Public Attributes inherited from WeaponUIInfo
ref SCR_MagazineIndicatorConfiguration m_MagIndicator
 

Protected Attributes

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
 
- Protected Attributes inherited from WeaponUIInfo
bool m_bShowWeaponName
 

Member Function Documentation

◆ GetAmmoType()

string GrenadeUIInfo.GetAmmoType ( )

◆ GetAmmoTypeFlags()

EAmmoType GrenadeUIInfo.GetAmmoTypeFlags ( )

◆ ShowAmmoTypeText()

bool GrenadeUIInfo.ShowAmmoTypeText ( )

Member Data Documentation

◆ m_bShowAmmoTypeText

bool GrenadeUIInfo.m_bShowAmmoTypeText
protected

◆ m_eAmmoTypeFlags

EAmmoType GrenadeUIInfo.m_eAmmoTypeFlags

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

◆ m_sAmmoType

string GrenadeUIInfo.m_sAmmoType
protected

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


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