setWaypointSpeed: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (template:command argument fix)
(23 intermediate revisions by 10 users not shown)
Line 1: Line 1:
[[Category:Scripting Commands|S]]
{{Command|= Comments
[[Category:Scripting Commands ArmA|S]]
____________________________________________________________________________________________


<new command not populated>
| arma |= Game name


|1.00|= Game version


<h2 style="color:#000066">''''' setWaypointSpeed '''''</h2>
|exec= server|=


|eff= global |Multiplayer Effects=
____________________________________________________________________________________________


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


'''Type of returned value:'''
| waypoint '''setWaypointSpeed''' mode |SYNTAX=


'''Compatibility:'''
|p1= waypoint: [[Array]] - format [[Waypoint]] |PARAMETER1=


'''Description:'''
|p2= mode: [[String]] |PARAMETER2=


| [[Nothing]] |RETURNVALUE=
____________________________________________________________________________________________
 
|x1= <code>[_grp, 2] [[setWaypointSpeed]] "FULL";</code> |EXAMPLE1=
____________________________________________________________________________________________


'''Example:'''
| [[waypoints]], [[deleteWaypoint]], [[copyWaypoints]], [[setCurrentWaypoint]], [[setWaypointBehaviour]], [[setWaypointCombatMode]], [[setWaypointCompletionRadius]], [[setWaypointDescription]], [[setWaypointFormation]], [[setWaypointHousePosition]], [[setWaypointPosition]], [[setWaypointScript]], [[setWaypointStatements]], [[setWaypointTimeout]], [[setWaypointType]], [[setWaypointVisible]], [[waypointAttachVehicle]], [[waypointAttachedVehicle]], [[setWaypointLoiterRadius]], [[waypointLoiterRadius]], [[addWaypoint]], [[setWaypointLoiterType]], [[waypointSpeed]] |SEEALSO=
 
}}
 
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->
 
<!-- Note Section END -->
</dl>
 
<h3 style="display:none">Bottom Section</h3>
[[Category:Scripting Commands|SETWAYPOINTSPEED]]
[[Category:Scripting Commands OFP Elite |SETWAYPOINTSPEED]]
[[Category:Scripting Commands ArmA|SETWAYPOINTSPEED]]
[[Category:Command_Group:_Waypoints|SETWAYPOINTSPEED]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]

Revision as of 12:14, 5 August 2019

-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