Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
BaseMoveComponent.c
Go to the documentation of this file.
1 /*
2 ===========================================
3 Do not modify, this script is generated
4 ===========================================
5 */
6 
12 class BaseMoveComponent: BaseProjectileComponent
13 {
14  proto external void EnableSimulation(IEntity owner);
15  proto external void Launch(vector direction, vector parentVelocity, float initSpeedCoef, IEntity projectileEntity, IEntity gunner, IEntity parentEntity, IEntity lockedTarget, IEntity weaponComponent);
16  proto external vector GetVelocity();
22  proto external float GetRewindDuration();
28  proto external void SetRewindDuration(float duration);
29 }
30 
direction
vector direction
Definition: SCR_DestructibleTreeV2.c:31
BaseMoveComponent
Definition: BaseMoveComponent.c:12