Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
BaseFuelNode.c
Go to the documentation of this file.
1 /*
2 ===========================================
3 Do not modify, this script is generated
4 ===========================================
5 */
6 
12 class BaseFuelNode: ScriptAndConfig
13 {
15  proto external void SetShouldSimulate(bool value);
17  proto external bool ShouldSimulate();
19  proto external void SetFuel(float value);
21  proto external float GetFuel();
23  proto external float GetMaxFuel();
25  proto external EFuelType GetFuelType();
30  proto external PointInfo GetFuelCapPointInfo();
31 
32  // callbacks
33 
35  event protected void OnInit(IEntity owner);
37  event protected void OnFixedFrame(IEntity owner, float timeSlice);
38  event protected void OnFuelChanged(float newFuel);
39 }
40 
EFuelType
EFuelType
Definition: EFuelType.c:7
BaseFuelNode
Definition: BaseFuelNode.c:12