setWaypointSpeed (VBS1)
From Bohemia Interactive Community
| Editors, please check Policy: Scripting Command Page Syntax. |
Click on the images for descriptions
Introduced in
- Game:
- Virtual Battlespace 1
- Version:
- 2.12.14
Description
- Description:
- Switches the group speed mode when the waypoint becomes active.
Possible values are: "UNCHANGED", "LIMITED", "NORMAL" and "FULL".
Syntax
- Syntax:
- waypoint setWaypointSpeed mode
- Parameters:
- waypoint: Array with format
[group, index] - mode: String
- Return Value:
- Nothing
Examples
- Example 1:
[grp, 2] setWaypointSpeed "FULL"
Additional Information
- Multiplayer:
- Behaviour unknown.

