setWaypointType

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


waypoint setWaypointType type


Operand types:

waypoint: Array

type: String

Type of returned value:

Nothing

Compatibility:

Version 1.86 required.

Description:

Changes the waypoint type.

Type can be: "MOVE", "DESTROY", "GETIN", "SAD", "JOIN", "LEADER", "GETOUT", "CYCLE", "LOAD", "UNLOAD", "TR UNLOAD", "HOLD", "SENTRY", "GUARD", "TALK", "SCRIPTED", "SUPPORT", "GETIN NEAREST", "AND" or "OR".


Example:

[grp, 2] setWaypointType "HOLD"