waypointLoiterAltitude: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Page creation - WIP!)
 
m (Some wiki formatting)
 
(15 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command
____________________________________________________________________________________________


| arma3dev |Game name=
|game1= arma3
|version1= 2.00


|1.99 |Game version=
|gr1= Waypoints
____________________________________________________________________________________________


|Gets the waypoint loiter altitude. Waypoint uses format Waypoint.|DESCRIPTION=
|descr= Gets the waypoint loiter altitude.
____________________________________________________________________________________________


| [[waypointLoiterAltitude]] waypoint |SYNTAX=
|s1= [[waypointLoiterAltitude]] waypoint


|p1= waypoint: [[Array]] |PARAMETER1=
|p1= waypoint: [[Array]] format [[Waypoint]]


| [[Number]] |RETURNVALUE=
|r1= [[Number]]


____________________________________________________________________________________________
|x1= <sqf>private _loiterAlt = waypointLoiterAltitude [groupOne, 1];</sqf>
 
|x1= <code>[[waypointLoiterAltitude]] [groupOne, 1]</code>|EXAMPLE1=
____________________________________________________________________________________________
 
| [[setWaypointLoiterAltitude]] |SEEALSO=


|seealso= [[setWaypointLoiterAltitude]]
}}
}}
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style="display:none">Bottom Section</h3>
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]

Latest revision as of 13:17, 4 May 2022

Hover & click on the images for description

Description

Description:
Gets the waypoint loiter altitude.
Groups:
Waypoints

Syntax

Syntax:
waypointLoiterAltitude waypoint
Parameters:
waypoint: Array format Waypoint
Return Value:
Number

Examples

Example 1:
private _loiterAlt = waypointLoiterAltitude [groupOne, 1];

Additional Information

See also:
setWaypointLoiterAltitude

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