setWaypointType: Difference between revisions

From Bohemia Interactive Community
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]]


<new command not populated>


<h2 style="color:#000066">'''''waypoint'' setWaypointType ''type'''''</h2>


<h2 style="color:#000066">''''' setWaypointType '''''</h2>


'''Operand types:'''
'''waypoint:''' [[Array]]


'''Operand types:'''
'''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 23:24, 4 July 2006


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"