Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
BaseMagazineComponent.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
13{
14 proto external ResourceName GetAmmoType(int idx = 0);
15 proto external IEntity GetOwner();
16 proto external bool IsUsed();
21 proto external void SetAmmoCount(int ammoCount);
23 proto external int GetAmmoCount();
25 proto external int GetMaxAmmoCount();
26 proto external BaseMagazineWell GetMagazineWell();
27 proto external UIInfo GetUIInfo();
28}
29
UIInfo - allows to define UI elements.
Definition UIInfo.c:14
IEntity GetOwner()
Owner entity of the fuel tank.