Arma Reforger Script API
|
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 |
string GrenadeUIInfo.GetAmmoType | ( | ) |
EAmmoType GrenadeUIInfo.GetAmmoTypeFlags | ( | ) |
bool GrenadeUIInfo.ShowAmmoTypeText | ( | ) |
|
protected |
EAmmoType GrenadeUIInfo.m_eAmmoTypeFlags |
Magazine ammo type flags, used for displaying ammo type icons on weapon UI
|
protected |
Magazine type string (AP, tracer, ball), as if it was written on this magazine. Used for Weapon Info UI.