periscopeElevation: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) |
BrettMayson (talk | contribs) mNo edit summary |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 14: | Line 14: | ||
|p1= vehicle: [[Object]] - vehicle with periscope tech | |p1= vehicle: [[Object]] - vehicle with periscope tech | ||
|p2= turretPath: [[Array]] | |p2= turretPath: [[Array]] format [[Turret Path]] | ||
|r1= [[Array]] | |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= < | |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]] | ||
}} | }} |
Latest revision as of 11:09, 16 June 2024
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 format 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