waypointLoiterAltitude: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " <h3 style="display:none">Notes</h3> <dl class="command_description"> <!-- Note Section BEGIN --> <!-- Note Section END --> </dl> " to "")
m (Text replacement - "\|game([0-9])= *([^ ]+) * +\|version([0-9])= *([^ ]+) * " to "|game$1=$2 |version$3=$4 ")
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command


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


|2.00 |Game version=
|gr1= Waypoints


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


|Gets the waypoint loiter altitude. Waypoint uses format Waypoint.|DESCRIPTION=
|s1= [[waypointLoiterAltitude]] waypoint


| [[waypointLoiterAltitude]] waypoint |SYNTAX=
|p1= waypoint: [[Array]]


|p1= waypoint: [[Array]] |PARAMETER1=
|r1= [[Number]]


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


|seealso= [[setWaypointLoiterAltitude]]
}}
}}
<h3 style="display:none">Bottom Section</h3>
{{GameCategory|arma3|Scripting Commands}}

Revision as of 11:14, 14 June 2021

Hover & click on the images for description

Description

Description:
Gets the waypoint loiter altitude. Waypoint uses format Waypoint.
Groups:
Waypoints

Syntax

Syntax:
waypointLoiterAltitude waypoint
Parameters:
waypoint: Array
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