waypointLoiterAltitude: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|game([0-9])= *([^ ]+) * +\|version([0-9])= *([^ ]+) * " to "|game$1=$2 |version$3=$4 ")
m (Some wiki formatting)
 
Line 6: Line 6:
|gr1= Waypoints
|gr1= Waypoints


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


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


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


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


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


|seealso= [[setWaypointLoiterAltitude]]
|seealso= [[setWaypointLoiterAltitude]]
}}
}}

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