setWaypointName: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m ({{Example needed}} + "see also")
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  


|p2= name: [[String]] |= PARAMETER2  
|p2= name: [[String]] |= PARAMETER2  


| [[Nothing]] |= RETURNVALUE  
| [[Nothing]] |= RETURNVALUE  




|x1= <code>
|x1= <code>{{Example needed}}</code> |= Example 1
</code>|= EXAMPLE1
 
____________________________________________________________________________________________
____________________________________________________________________________________________


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


|  |= MPBEHAVIOUR  
|  |= MPBEHAVIOUR  

Revision as of 12:06, 12 April 2014

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:
Template:Example needed

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