isAutoHoverOn: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "<code>([^ ]*)\[\[([a-zA-Z][a-zA-Z0-9_]+)\]\]([^ ]*)<\/code>" to "<code>$1$2$3</code>") |
Lou Montana (talk | contribs) m (Text replacement - "<code>([^ ]*)\[\[([a-zA-Z][a-zA-Z0-9_]+)\]\]([^ ]*)<\/code>" to "<code>$1$2$3</code>") |
||
Line 20: | Line 20: | ||
|r1= [[Boolean]] | |r1= [[Boolean]] | ||
|x1= <code>_isOn = isAutoHoverOn vehicle | |x1= <code>_isOn = isAutoHoverOn vehicle player;</code> | ||
|seealso= | |seealso= | ||
}} | }} |
Revision as of 11:12, 12 May 2022
Description
- Description:
- Return true if vehicle has enabled auto hover. (always returns false if the vehicle can't set auto hover)
- Groups:
- Object Manipulation
Syntax
- Syntax:
- isAutoHoverOn vehicle
- Parameters:
- vehicle: Object
- Return Value:
- Boolean
Examples
- Example 1:
_isOn = isAutoHoverOn vehicle player;
Additional Information
- See also:
- See also needed
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