waypointLoiterType: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (see also)
Line 10: Line 10:
____________________________________________________________________________________________
____________________________________________________________________________________________


'''waypointLoiterType''' Waypoint|= Syntax
[[waypointLoiterType]] waypoint|= Syntax


|p1= Waypoint: [[Waypoint]]  |= Parameter 1
|p1= waypoint: [[Waypoint]]  |= Parameter 1


|  [[String]] |= RETURNVALUE  
|  [[String]] |= RETURNVALUE  




|x1= <code>_type = waypointLoiterType [groupOne, 1]</code> |= EXAMPLE1  
|x1= <code>_type = [[waypointLoiterType]] [groupOne, 1]</code> |= EXAMPLE1  


____________________________________________________________________________________________
____________________________________________________________________________________________


| |= SEEALSO  
| [[waypoints]], [[deleteWaypoint]], [[copyWaypoints]], [[setCurrentWaypoint]], [[setWaypointBehaviour]], [[setWaypointCombatMode]], [[setWaypointCompletionRadius]], [[setWaypointFormation]], [[setWaypointHousePosition]], [[setWaypointPosition]], [[setWaypointScript]], [[setWaypointSpeed]], [[setWaypointStatements]], [[setWaypointTimeout]], [[setWaypointType]], [[setWaypointVisible]], [[waypointAttachVehicle]], [[waypointAttachedVehicle]], [[setWaypointLoiterRadius]], [[waypointLoiterRadius]], [[addWaypoint]], [[setWaypointLoiterType]], [[waypointSpeed]] |= SEEALSO  


|  |= MPBEHAVIOUR  
|  |= MPBEHAVIOUR  

Revision as of 22:59, 28 May 2018

Hover & click on the images for description

Description

Description:
Gets the waypoint loiter type. Waypoint uses format Waypoint.
Groups:
Uncategorised

Syntax

Syntax:
waypointLoiterType waypoint
Parameters:
waypoint: Waypoint
Return Value:
String

Examples

Example 1:
_type = waypointLoiterType [groupOne, 1]

Additional Information

See also:
waypointsdeleteWaypointcopyWaypointssetCurrentWaypointsetWaypointBehavioursetWaypointCombatModesetWaypointCompletionRadiussetWaypointFormationsetWaypointHousePositionsetWaypointPositionsetWaypointScriptsetWaypointSpeedsetWaypointStatementssetWaypointTimeoutsetWaypointTypesetWaypointVisiblewaypointAttachVehiclewaypointAttachedVehiclesetWaypointLoiterRadiuswaypointLoiterRadiusaddWaypointsetWaypointLoiterTypewaypointSpeed

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