Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
MissileMoveComponent.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 void AddForce(vector force);
15 proto external void AddTorque(vector torque);
16 proto external void SetVelocity(vector velocity);
17 proto external void SetAngularVelocity(vector velocity);
18 proto external vector GetAngularVelocity();
19 proto external EngineState GetCurrentEngineState();
20 proto external FlightMode GetCurrentFlightMode();
21 proto external float GetCurrentThrustTime();
22 proto external float GetCurrentThrustForce();
23}
24
EngineState
Definition EngineState.c:8
FlightMode
Definition FlightMode.c:8