waypointName: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "_{10,} " to "")
m (Some wiki formatting)
 
(43 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command


| arma3 |Game name=
|game1= arma3
|version1= 0.50


|0.50|Game version=
|gr1= Waypoints


|gr1= Waypoints |GROUP1=
|descr= Gets the waypoint name.


| Gets the waypoint name.  |DESCRIPTION=
|s1= [[waypointName]] waypoint


| '''waypointName''' waypoint |SYNTAX=
|p1= waypoint: [[Array]] format [[Waypoint]]


|p1= waypoint: [[Waypoint]] |PARAMETER1=
|r1= [[String]]


| [[String]] |RETURNVALUE=
|x1= <sqf>_wpName = waypointName [_grp, 2];</sqf>


 
|seealso= [[setWaypointName]] [[waypointPosition]] [[waypointSpeed]]
|x1= <code>_wpName = [[waypointName]] [_grp,2];
</code>|EXAMPLE1=
 
 
| [[deleteWaypoint]], [[copyWaypoints]], [[setCurrentWaypoint]], [[setWaypointBehaviour]], [[setWaypointCombatMode]], [[setWaypointCompletionRadius]], [[setWaypointDescription]], [[setWaypointFormation]], [[setWaypointHousePosition]], [[setWaypointPosition]], [[setWaypointScript]], [[setWaypointSpeed]], [[setWaypointStatements]], [[setWaypointTimeout]], [[setWaypointType]], [[setWaypointVisible]], [[waypointAttachVehicle]], [[waypointAttachedVehicle]], [[setWaypointLoiterRadius]], [[waypointLoiterRadius]], [[addWaypoint]], [[setWaypointLoiterType]], [[waypoints]], [[waypointSpeed]], [[setWPPos]] |SEEALSO=
 
|  |MPBEHAVIOUR=
}}
}}
<h3 style='display:none'>Notes</h3>
<dl class='command_description'>
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style='display:none'>Bottom Section</h3>
{{GameCategory|arma3|New Scripting Commands}}
{{GameCategory|arma3|Scripting Commands}}
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

Latest revision as of 22:18, 20 May 2023

Hover & click on the images for description

Description

Description:
Gets the waypoint name.
Groups:
Waypoints

Syntax

Syntax:
waypointName waypoint
Parameters:
waypoint: Array format Waypoint
Return Value:
String

Examples

Example 1:
_wpName = waypointName [_grp, 2];

Additional Information

See also:
setWaypointName waypointPosition waypointSpeed

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