waypointName: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "{{Command " to "{{RV|type=command ")
m (Some wiki formatting)
 
(37 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{RV|type=command
{{RV|type=command


| arma3
|game1= arma3
 
|version1= 0.50
|0.50


|gr1= Waypoints
|gr1= Waypoints


| Gets the waypoint name.
|descr= Gets the waypoint name.


| '''waypointName''' waypoint
|s1= [[waypointName]] waypoint


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


| [[String]]
|r1= [[String]]


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


| [[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]]
 
|
}}
}}
{{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