|
Arma Reforger Script API
|
Public Member Functions | |
| proto external void | AddForce (vector force) |
| proto external void | AddTorque (vector torque) |
| proto external void | SetVelocity (vector velocity) |
| proto external void | SetAngularVelocity (vector velocity) |
| proto external vector | GetAngularVelocity () |
| proto external EngineState | GetCurrentEngineState () |
| proto external FlightMode | GetCurrentFlightMode () |
| proto external float | GetCurrentThrustTime () |
| proto external float | GetCurrentThrustForce () |
Public Member Functions inherited from ProjectileMoveComponent | |
| proto external void | EnableSimulation (IEntity owner) |
| proto external void | Launch (vector direction, vector parentVelocity, float initSpeedCoef, IEntity projectileEntity, IEntity gunner, IEntity parentEntity, IEntity lockedTarget, IEntity weaponComponent) |
| proto external vector | GetVelocity () |
| proto external float | GetRewindDuration () |
| Queries the rewind duration (equal to the RTT of the remote shooter's connection at the time of the shot) from the projectile for lag compensation. | |
| proto external void | SetRewindDuration (float duration) |
| Sets the rewind duration (equal to the RTT of the remote shooter's connection) of the projectile for lag compensation. | |
| proto external float | GetBulletSpeedCoef () |
| Gets the bullet speed coef of this bullet. | |
| proto external void | SetBulletCoef (float coef) |
| Sets the bullet speed coef of this bullet. | |
Public Member Functions inherited from BaseProjectileComponent | |
| proto external Instigator | GetInstigator () |
| proto external void | SetInstigator (notnull Instigator instigator) |
| proto external IEntity | GetParentProjectile () |
Public Member Functions inherited from GameComponent | |
| bool | OnTicksOnRemoteProxy () |
| proto external void MissileMoveComponent.AddForce | ( | vector | force | ) |
| proto external void MissileMoveComponent.AddTorque | ( | vector | torque | ) |
| proto external vector MissileMoveComponent.GetAngularVelocity | ( | ) |
| proto external EngineState MissileMoveComponent.GetCurrentEngineState | ( | ) |
| proto external FlightMode MissileMoveComponent.GetCurrentFlightMode | ( | ) |
| proto external float MissileMoveComponent.GetCurrentThrustForce | ( | ) |
| proto external float MissileMoveComponent.GetCurrentThrustTime | ( | ) |
| proto external void MissileMoveComponent.SetAngularVelocity | ( | vector | velocity | ) |
| proto external void MissileMoveComponent.SetVelocity | ( | vector | velocity | ) |