waypoints: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Added SEEALSO)
m (Added SEEALSO)
Line 25: Line 25:
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[addWaypoint]], [[currentWaypoint]], [[setCurrentWaypoint]] |= See also
| [[addWaypoint]], [[deleteWaypoint]], [[currentWaypoint]], [[setCurrentWaypoint]]<br>
[[waypointBehaviour]], [[waypointCombatMode]], [[waypointCompletionRadius]], [[waypointDescription]], [[waypointFormation]], [[waypointHousePosition]], [[waypointPosition]], [[waypointScript]], [[waypointShow]], [[waypointSpeed]], [[waypointStatements]], [[waypointTimeout]], [[waypointType]], [[waypointVisible]]
|= See also


}}
}}

Revision as of 17:11, 7 January 2011

-wrong parameter ("Arma") defined!-1.05
Hover & click on the images for description

Description

Description:
Returns an array of waypoints for the specified unit/group.
Groups:
Uncategorised

Syntax

Syntax:
Array = waypoints groupName
Parameters:
groupName: Group
Return Value:
Array of waypoints each in format Waypoint

Examples

Example 1:
waypoints player
Example 2:
_wPosArray = waypoints group10
could return [[EAST 1-1-A,0],[EAST 1-1-A,1],[EAST 1-1-A,2]]

Additional Information

See also:
addWaypointdeleteWaypointcurrentWaypointsetCurrentWaypoint
waypointBehaviourwaypointCombatModewaypointCompletionRadiuswaypointDescriptionwaypointFormationwaypointHousePositionwaypointPositionwaypointScriptwaypointShowwaypointSpeedwaypointStatementswaypointTimeoutwaypointTypewaypointVisible

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