waypointName: Difference between revisions

From Bohemia Interactive Community
m (Text replacement - "\|seealso= *\[\[([^ ]+)\]\], \[\[([^ ]+)\]\]" to "|seealso= $1 $2")
mNo edit summary
 
(25 intermediate revisions by one other user not shown)
Line 14: Line 14:
|r1= [[String]]
|r1= [[String]]


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


|seealso= [[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= [[setWaypointName]] [[waypointPosition]] [[waypointSpeed]]
}}
}}

Latest revision as of 08:56, 2 January 2026

Hover & click on the images for description

Description

Description:
Gets the waypoint name.
Groups:
Waypoints

Syntax

Syntax:
waypointName waypoint
Parameters:
waypoint: 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.
Only post proven facts here! Add Note