Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
VehicleFixedWingSimulation.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
13{
15
16 proto external GenericEntity GetOwner();
17 proto external void GetCommonState(out notnull CommonStateV1 state);
18 proto external void ApplyForces(vector totalForce, vector totalTorque);
19 proto external float GetElevator();
20 proto external float GetAilerons();
21 proto external float GetRudder();
22 proto external float GetThrottle();
23 proto external float GetFlaps();
24 proto external bool EngineIsOn();
25
26 // callbacks
27
28 event protected void OnPostInit(IEntity owner);
29 event protected void OnSimulate(float dt);
30 event protected void OnDebugDraw(IEntity owner, bool isPlayerVehicle, bool isEditorMode);
31}
32
void OnDebugDraw(IEntity owner, bool isPlayerVehicle, bool isEditorMode)
void OnPostInit(IEntity owner)
IEntity GetOwner()
Owner entity of the fuel tank.