Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
BaseMagazineComponent.c
Go to the documentation of this file.
1 /*
2 ===========================================
3 Do not modify, this script is generated
4 ===========================================
5 */
6 
13 {
14 }
15 
16 class BaseMagazineComponent: GameComponent
17 {
18  proto external IEntity GetOwner();
19  proto external bool IsUsed();
24  proto external void SetAmmoCount(int ammoCount);
26  proto external int GetAmmoCount();
28  proto external int GetMaxAmmoCount();
29  proto external BaseMagazineWell GetMagazineWell();
30  proto external UIInfo GetUIInfo();
31 }
32 
SetAmmoCount
proto external void SetAmmoCount(int ammoCount)
GetAmmoCount
proto external int GetAmmoCount()
Returns the remaining ammo.
IsUsed
proto external bool IsUsed()
GameComponentClass
Definition: GameComponentClass.c:7
UIInfo
UIInfo - declare object, allows to define UI elements.
Definition: UIInfo.c:13
GetMagazineWell
proto external BaseMagazineWell GetMagazineWell()
GetUIInfo
proto external UIInfo GetUIInfo()
Definition: SCR_EditableEntityCampaignBuildingModeLabelSetting.c:27
BaseMagazineWell
Definition: BaseMagazineWell.c:12
BaseMagazineComponentClass
Definition: BaseMagazineComponent.c:12
GetMaxAmmoCount
proto external int GetMaxAmmoCount()
Returns the maximum amount of ammo in this magazine.
GameComponent
Definition: GameComponent.c:12
GetOwner
BaseMagazineComponentClass GameComponentClass GetOwner()
Owner entity of the fuel tank.
Definition: SCR_FuelNode.c:128