setWaypointSpeed: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 3: | Line 3: | ||
[[Category:Scripting Commands ArmA|SETWAYPOINTSPEED]] | [[Category:Scripting Commands ArmA|SETWAYPOINTSPEED]] | ||
<h2 style="color:#000066">'''''waypoint'' setWaypointSpeed ''mode'''''</h2> | |||
'''Operand types:''' | |||
'''waypoint:''' Array]] | |||
''' | '''mode:''' [[String]] | ||
'''Type of returned value:''' | '''Type of returned value:''' | ||
[[Nothing]] | |||
'''Compatibility:''' | '''Compatibility:''' | ||
Version 1.86 required. | |||
'''Description:''' | '''Description:''' | ||
Switches the group speed mode when the waypoint becomes active. | |||
Possible values are: "UNCHANGED", "LIMITED", "NORMAL" and "FULL". | |||
'''Example:''' | '''Example:''' | ||
[grp, 2] '''setWaypointSpeed''' "FULL" |
Revision as of 22:11, 4 July 2006
waypoint setWaypointSpeed mode
Operand types:
waypoint: Array]]
mode: String
Type of returned value:
Compatibility:
Version 1.86 required.
Description:
Switches the group speed mode when the waypoint becomes active.
Possible values are: "UNCHANGED", "LIMITED", "NORMAL" and "FULL".
Example:
[grp, 2] setWaypointSpeed "FULL"