periscopeElevation: Difference between revisions
Jump to navigation
Jump to search
(Page creation, waiting for KK) |
BrettMayson (talk | contribs) mNo edit summary |
||
(18 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{RV|type=command | ||
|game1= | |game1= arma3 | ||
|version1= 2.00 | |||
| | |gr1= Object Manipulation | ||
| | |gr2= Animations | ||
| | |descr= Returns current periscope elevation value, see also [[elevatePeriscope]]. | ||
| | |s1= vehicle [[periscopeElevation]] turretPath | ||
| | |p1= vehicle: [[Object]] - vehicle with periscope tech | ||
| | |p2= turretPath: [[Array]] format [[Turret Path]] | ||
| | |r1= [[Array]] in format [elevation, isLocked], where: | ||
* elevation: [[Number]] - current periscope elevation value. -1 in case of an invalid turret | |||
* isLocked: [[Boolean]] - whether or not user override is blocked | |||
|seealso= [[elevatePeriscope]]| | |x1= <sqf>_eddie periscopeElevation [0] params ["_elevation", "_isLocked"];</sqf> | ||
|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