setWaypointName: Difference between revisions
Jump to navigation
Jump to search
m (template:command argument fix) |
Lou Montana (talk | contribs) m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>") |
||
(39 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{RV|type=command | ||
| arma3 |= | |game1= arma3 | ||
|version1= 0.50 | |||
| | |gr1= Waypoints | ||
| Changes the waypoint name. | |descr= Changes the waypoint name. | ||
| waypoint | |s1= waypoint [[setWaypointName]] name | ||
|p1= waypoint: [[Waypoint]] | |p1= waypoint: [[Waypoint]] | ||
|p2= name: [[String]] | |p2= name: [[String]] | ||
| [[Nothing]] | |r1= [[Nothing]] | ||
|x1= <sqf>[_grp,2] setWaypointName "myName";</sqf> | |||
|x1= < | |seealso= [[addWaypoint]] [[waypointName]] [[setWaypointBehaviour]] [[setWaypointCombatMode]] [[setWaypointCompletionRadius]] [[setWaypointDescription]] [[setWaypointFormation]] [[setWaypointHousePosition]] [[setWaypointLoiterRadius]] [[setWaypointLoiterType]] [[setWaypointPosition]] [[setWaypointScript]] [[setWaypointSpeed]] [[setWaypointStatements]] [[setWaypointTimeout]] [[setWaypointType]] [[setWaypointVisible]] | ||
[[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