setWaypointSpeed

From Bohemia Interactive Community
Revision as of 23:11, 4 July 2006 by Planck (talk | contribs)
Jump to navigation Jump to search


waypoint setWaypointSpeed mode


Operand types:

waypoint: Array]]

mode: String

Type of returned value:

Nothing

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"