setWaypointName: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " \{\{GameCategory *\| *arma3 *\| *(New )?Scripting Commands\}\}" to "") |
Lou Montana (talk | contribs) m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>") |
||
(19 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 | ||
| Changes the waypoint name. | |descr= Changes the waypoint name. | ||
|s1= | |s1= waypoint [[setWaypointName]] name | ||
|p1= waypoint: [[Waypoint]] | |p1= waypoint: [[Waypoint]] | ||
Line 17: | Line 16: | ||
|r1= [[Nothing]] | |r1= [[Nothing]] | ||
|x1= < | |x1= <sqf>[_grp,2] setWaypointName "myName";</sqf> | ||
|seealso= [[addWaypoint]] [[waypointName]] [[setWaypointBehaviour]] [[setWaypointCombatMode]] [[setWaypointCompletionRadius]] [[setWaypointDescription]] [[setWaypointFormation]] [[setWaypointHousePosition]] [[setWaypointLoiterRadius]] [[setWaypointLoiterType]] [[setWaypointPosition]] [[setWaypointScript]] [[setWaypointSpeed]] [[setWaypointStatements]] [[setWaypointTimeout]] [[setWaypointType]] [[setWaypointVisible]] | |||
| [[addWaypoint]] | |||
[[setWaypointBehaviour]] | |||
}} | }} |
Latest revision as of 10:24, 13 May 2022
Description
- Description:
- Changes the waypoint name.
- Groups:
- Waypoints
Syntax
- Syntax:
- waypoint setWaypointName name
- Parameters:
- waypoint: Waypoint
- name: String
- Return Value:
- Nothing
Examples
- Example 1:
- [_grp,2] setWaypointName "myName";
Additional Information
- See also:
- addWaypoint waypointName setWaypointBehaviour setWaypointCombatMode setWaypointCompletionRadius setWaypointDescription setWaypointFormation setWaypointHousePosition setWaypointLoiterRadius setWaypointLoiterType setWaypointPosition setWaypointScript setWaypointSpeed setWaypointStatements setWaypointTimeout setWaypointType setWaypointVisible
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