From Bohemia Interactive Community
Hover & click on the images for description
Description
- Description:
- Get the provided guided missile's engine, target lock and flight profile states.
- Groups:
- Weapons
Syntax
- Syntax:
- missileState munition
- Parameters:
- munition: Object - missile
- Return Value:
- Array - in format [engineState, lockState, flightState], where:
- engineState: String - one of "INIT", "THRUST", "FLY" or ""
- lockState: String - one of "MANUAL", "LOCKED", "LOST", "INITIAL", "SEEKING" or ""
- flightState: String - one of "DEFAULT", "DIRECT", "TOPDOWN", "LOALDISTANCE", "LOALALTITUDE", "OVERFLY", "CRUISE" or "" (LOAL stands for "Lock-On After Launch")
Examples
- Example 1:
- Example 2:
Additional Information
- See also:
- missileTargetPos setMissileTargetPos setMissileTarget missileTarget
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here!
Add Note