setWaypointName: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (template:command argument fix)
m (template:command argument fix)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Changes the waypoint name. |= Description
| Changes the waypoint name. |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| waypoint '''setWaypointName''' name |= Syntax
| waypoint '''setWaypointName''' name |SYNTAX=


|p1= waypoint: [[Waypoint]] |PARAMETER1=  
|p1= waypoint: [[Waypoint]] |PARAMETER1=  
Line 19: Line 19:




|x1= <code>[_grp,2] [[setWaypointName]] "myName";</code> |= Example 1
|x1= <code>[_grp,2] [[setWaypointName]] "myName";</code> |EXAMPLE1=
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[addWaypoint]], [[waypointName]],  
| [[addWaypoint]], [[waypointName]],  
[[setWaypointBehaviour]], [[setWaypointCombatMode]], [[setWaypointCompletionRadius]], [[setWaypointDescription]], [[setWaypointFormation]], [[setWaypointHousePosition]], [[setWaypointLoiterRadius]], [[setWaypointLoiterType]], [[setWaypointPosition]], [[setWaypointScript]], [[setWaypointSpeed]], [[setWaypointStatements]], [[setWaypointTimeout]], [[setWaypointType]], [[setWaypointVisible]] |= See Also
[[setWaypointBehaviour]], [[setWaypointCombatMode]], [[setWaypointCompletionRadius]], [[setWaypointDescription]], [[setWaypointFormation]], [[setWaypointHousePosition]], [[setWaypointLoiterRadius]], [[setWaypointLoiterType]], [[setWaypointPosition]], [[setWaypointScript]], [[setWaypointSpeed]], [[setWaypointStatements]], [[setWaypointTimeout]], [[setWaypointType]], [[setWaypointVisible]] |SEEALSO=


|  |MPBEHAVIOUR=  
|  |MPBEHAVIOUR=  

Revision as of 15:49, 7 April 2019

Hover & click on the images for description

Description

Description:
Changes the waypoint name.
Groups:
Uncategorised

Syntax

Syntax:
waypoint setWaypointName name
Parameters:
waypoint: Waypoint
name: String
Return Value:
Nothing

Examples

Example 1:
[_grp,2] setWaypointName "myName";

Additional Information

See also:
addWaypointwaypointName, setWaypointBehavioursetWaypointCombatModesetWaypointCompletionRadiussetWaypointDescriptionsetWaypointFormationsetWaypointHousePositionsetWaypointLoiterRadiussetWaypointLoiterTypesetWaypointPositionsetWaypointScriptsetWaypointSpeedsetWaypointStatementssetWaypointTimeoutsetWaypointTypesetWaypointVisible

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

Notes

Bottom Section