Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
BaseFuelNode.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
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
Definition EFuelType.c:8
void OnFixedFrame(IEntity owner, float timeSlice)
Fixed Frame Call in script.
void OnFuelChanged(float newFuel)
void OnInit(IEntity owner)
Init call in script.
PointInfo - allows to define position.
Definition PointInfo.c:9