periscopeElevation: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Some wiki formatting) |
Lou Montana (talk | contribs) m (Fix example) |
||
Line 16: | Line 16: | ||
|p2= turretPath: [[Array]] - turret path | |p2= turretPath: [[Array]] - turret path | ||
|r1= [[Array]] - in format [elevation, | |r1= [[Array]] - in format [elevation, isLocked], where: | ||
* elevation: [[Number]] - current periscope elevation value. -1 in case of an invalid turret | * elevation: [[Number]] - current periscope elevation value. -1 in case of an invalid turret | ||
* | * isLocked: [[Boolean]] - whether or not user override is blocked | ||
|x1= <sqf>_eddie periscopeElevation [0];</sqf> | |x1= <sqf>_eddie periscopeElevation [0] params ["_elevation", "_isLocked"];</sqf> | ||
|seealso= [[elevatePeriscope]] [[animationPhase]] [[allTurrets]] [[Arma 3: Event Handlers#PeriscopeElevationChanged|PeriscopeElevationChanged]] | |seealso= [[elevatePeriscope]] [[animationPhase]] [[allTurrets]] [[Arma 3: Event Handlers#PeriscopeElevationChanged|PeriscopeElevationChanged]] | ||
}} | }} |
Revision as of 12:08, 4 May 2022
Description
- Description:
- Returns current periscope elevation value, see also elevatePeriscope.
- Groups:
- Object ManipulationAnimations
Syntax
- Syntax:
- vehicle periscopeElevation turretPath
- Parameters:
- vehicle: Object - vehicle with periscope tech
- turretPath: Array - turret path
- Return Value:
- Array - in format [elevation, isLocked], where:
Examples
- Example 1:
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