Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
NwkHeliMovementComponent.c
Go to the documentation of this file.
1 /*
2 ===========================================
3 Do not modify, this script is generated
4 ===========================================
5 */
6 
13 {
14 }
15 
16 class NwkHeliMovementComponent: NwkMovementComponent
17 {
18  proto external void SetAllowance(bool speedScaledDistance, float distance, float angle, float linearVelocity, float angularVelocity);
19  proto external void SetPrediction(bool turnOn);
20 }
21 
SetPrediction
proto external void SetPrediction(bool turnOn)
SetAllowance
NwkCarMovementComponentClass NwkMovementComponentClass SetAllowance(bool speedScaledDistance, float distance, float angle, float linearVelocity, float angularVelocity)
distance
float distance
Definition: SCR_DestructibleTreeV2.c:29
NwkMovementComponentClass
Definition: NwkMovementComponent.c:12
NwkHeliMovementComponentClass
Definition: NwkHeliMovementComponent.c:12