setWaypointSpeed: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (<pre> to <code> + "see also" + Desc. tidy)
Line 8: Line 8:


| Switches the group speed mode when the waypoint becomes active.
| Switches the group speed mode when the waypoint becomes active.
 
<br>
<br>
Possible values are:
Possible values are:
* "UNCHANGED"
* "UNCHANGED"
* "LIMITED"
* "LIMITED"
* "NORMAL"
* "NORMAL"
* "FULL"
* "FULL" |= Description
|= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 26: Line 26:
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <pre>[_grp, 2] setWaypointSpeed "FULL"</pre> |= Example 1
|x1= <code>[_grp, 2] [[setWaypointSpeed]] "FULL";</code> |= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[addWaypoint]], [[waypointSpeed]] |= See also
| [[addWaypoint]], [[waypointSpeed]],
[[setWaypointBehaviour]], [[setWaypointCombatMode]], [[setWaypointCompletionRadius]], [[setWaypointDescription]], [[setWaypointFormation]], [[setWaypointHousePosition]], [[setWaypointLoiterRadius]], [[setWaypointLoiterType]], [[setWaypointName]], [[setWaypointPosition]], [[setWaypointScript]], [[setWaypointStatements]], [[setWaypointTimeout]], [[setWaypointType]], [[setWaypointVisible]] |= See also


}}
}}

Revision as of 12:05, 12 April 2014

-wrong parameter ("Arma") defined!-1.00
Hover & click on the images for description

Description

Description:
Switches the group speed mode when the waypoint becomes active.

Possible values are:
  • "UNCHANGED"
  • "LIMITED"
  • "NORMAL"
  • "FULL"
Groups:
Uncategorised

Syntax

Syntax:
waypoint setWaypointSpeed mode
Parameters:
waypoint: Array - format Waypoint
mode: String
Return Value:
Nothing

Examples

Example 1:
[_grp, 2] setWaypointSpeed "FULL";

Additional Information

See also:
addWaypointwaypointSpeed, setWaypointBehavioursetWaypointCombatModesetWaypointCompletionRadiussetWaypointDescriptionsetWaypointFormationsetWaypointHousePositionsetWaypointLoiterRadiussetWaypointLoiterTypesetWaypointNamesetWaypointPositionsetWaypointScriptsetWaypointStatementssetWaypointTimeoutsetWaypointTypesetWaypointVisible

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