setWaypointSpeed: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Added SEEALSO)
(requires server execution)
(8 intermediate revisions by 5 users not shown)
Line 5: Line 5:


|1.00|= Game version
|1.00|= Game version
|exec= server|=
|eff= global |= Effects in MP
____________________________________________________________________________________________
____________________________________________________________________________________________


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


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


| [[addWaypoint]] |= See also
| [[waypoints]], [[deleteWaypoint]], [[copyWaypoints]], [[setCurrentWaypoint]], [[setWaypointBehaviour]], [[setWaypointCombatMode]], [[setWaypointCompletionRadius]], [[setWaypointDescription]], [[setWaypointFormation]], [[setWaypointHousePosition]], [[setWaypointPosition]], [[setWaypointScript]], [[setWaypointStatements]], [[setWaypointTimeout]], [[setWaypointType]], [[setWaypointVisible]], [[waypointAttachVehicle]], [[waypointAttachedVehicle]], [[setWaypointLoiterRadius]], [[waypointLoiterRadius]], [[addWaypoint]], [[setWaypointLoiterType]], [[waypointSpeed]] |= See also


}}
}}
Line 41: Line 50:
[[Category:Command_Group:_Waypoints|SETWAYPOINTSPEED]]
[[Category:Command_Group:_Waypoints|SETWAYPOINTSPEED]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands VBS2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]

Revision as of 21:44, 28 May 2017

-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:
waypointsdeleteWaypointcopyWaypointssetCurrentWaypointsetWaypointBehavioursetWaypointCombatModesetWaypointCompletionRadiussetWaypointDescriptionsetWaypointFormationsetWaypointHousePositionsetWaypointPositionsetWaypointScriptsetWaypointStatementssetWaypointTimeoutsetWaypointTypesetWaypointVisiblewaypointAttachVehiclewaypointAttachedVehiclesetWaypointLoiterRadiuswaypointLoiterRadiusaddWaypointsetWaypointLoiterTypewaypointSpeed

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