deleteWaypoint: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (+ Category)
m (example)
Line 10: Line 10:
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''deleteWaypoint''' waypoint |= Syntax
| '''deleteWaypoint''' [group,index] |= Syntax


|p1= waypoint: [[Array]] |= Parameter 1
|p1= group: [[Group]] |= Parameter 1
|p2= index: [[Number]] |= Parameter 2


| [[Nothing]] |= Return value
| [[Nothing]] |= Return value

Revision as of 01:42, 26 August 2007

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

Description

Description:
Removes the waypoint.
Groups:
Uncategorised

Syntax

Syntax:
deleteWaypoint [group,index]
Parameters:
group: Group
index: Number
Return Value:
Nothing

Examples

Example 1:
deleteWaypoint [grp, 2]

Additional Information

See also:
addWaypoint

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