Arma Reforger Script API
|
Public Member Functions | |
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. | |
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 EngineState MissileMoveComponent.GetCurrentEngineState | ( | ) |
proto external FlightMode MissileMoveComponent.GetCurrentFlightMode | ( | ) |
proto external float MissileMoveComponent.GetCurrentThrustForce | ( | ) |
proto external float MissileMoveComponent.GetCurrentThrustTime | ( | ) |