Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
NwkCarMovementComponent.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 NwkCarMovementComponent: 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 
NwkCarMovementComponentClass
Definition: NwkCarMovementComponent.c:12
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