setWaypointSpeed
From Bohemia Interactive Community
Click on the images for descriptions
Introduced in
- Game:
- Armed Assault
- Version:
- 1.00
Description
- Description:
- Switches the group speed mode when the waypoint becomes active.
Possible values are:
- "UNCHANGED"
- "LIMITED"
- "NORMAL"
- "FULL"
Syntax
- Syntax:
- waypoint setWaypointSpeed mode
- Parameters:
- waypoint: Array - format Waypoint
- mode: String
- Return Value:
- Nothing
Examples
- Example 1:
[_grp, 2] setWaypointSpeed "FULL"
Additional Information
- Multiplayer:
- -
- See also:
- addWaypoint, waypointSpeed
Notes
Notes