missileState: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) (Add examples) |
Lou Montana (talk | contribs) m (Fix) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
|game1= arma3 | |game1= arma3 | ||
|version1= 2.18 | |version1= 2.18 | ||
|gr1= Weapons | |gr1= Weapons |
Latest revision as of 16:07, 8 October 2024
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:
- _myHelicopter addEventHandler ["Fired", { private _projectile = _this select 6; // or params ["", "", "", "", "", "", "_projectile"]; systemChat str missileState _projectile; }];
Additional Information
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