waypointType: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Added: See also)
Line 31: Line 31:
* "AND"
* "AND"
* "OR"
* "OR"
* ''VBS2 only'': "LOITER"


More details at [[Waypoint types]].
More details at [[Waypoint types]].
Line 53: Line 52:
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[Waypoint types]], [[waypoints]], [[setWaypointType]] |= SEEALSO  
| [[Mission_Editor:_Waypoints#Select_Type|waypoints description]], [[Waypoint types]], [[waypoints]], [[setWaypointType]] |= SEEALSO  


|  |= MPBEHAVIOUR  
|  |= MPBEHAVIOUR  

Revision as of 16:20, 16 July 2012

Hover & click on the images for description

Description

Description:
Gets 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"
  • "DISMISS"
  • "AND"
  • "OR"
More details at Waypoint types.
Groups:
Uncategorised

Syntax

Syntax:
waypointType waypoint
Parameters:
waypoint: -
Return Value:
String

Examples

Example 1:
waypointType [groupOne,1],

Additional Information

See also:
waypoints descriptionWaypoint typeswaypointssetWaypointType

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

Notes

Bottom Section