setWaypointType: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 3: | Line 3: | ||
[[Category:Scripting Commands ArmA|SETWAYPOINTTYPE]] | [[Category:Scripting Commands ArmA|SETWAYPOINTTYPE]] | ||
<h2 style="color:#000066">'''''waypoint'' setWaypointType ''type'''''</h2> | |||
'''Operand types:''' | |||
'''waypoint:''' [[Array]] | |||
''' | '''type:''' [[String]] | ||
'''Type of returned value:''' | '''Type of returned value:''' | ||
[[Nothing]] | |||
'''Compatibility:''' | '''Compatibility:''' | ||
Version 1.86 required. | |||
'''Description:''' | '''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:''' | '''Example:''' | ||
[grp, 2] '''setWaypointType''' "HOLD" |
Revision as of 22:24, 4 July 2006
waypoint setWaypointType type
Operand types:
waypoint: Array
type: String
Type of returned value:
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"