deleteWaypoint: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
[[Category:Scripting Commands|DELETEWAYPOINT]]
{{Command|= Comments
[[Category:Scripting Commands OFP Elite |DELETEWAYPOINT]]
____________________________________________________________________________________________
[[Category:Scripting Commands ArmA|DELETEWAYPOINT]]


| ofpr |= Game name


<h2 style="color:#000066">''' deleteWaypoint ''waypoint'''''</h2>
|1.86|= Game version
____________________________________________________________________________________________


| Removes the waypoint. |= Description
____________________________________________________________________________________________


'''Operand types:'''
| '''deleteWaypoint''' waypoint |= Syntax


'''waypoint:''' [[Array]]
|p1= waypoint: [[Array]] |= Parameter 1


'''Type of returned value:'''
| [[Nothing]] |= Return value
____________________________________________________________________________________________
 
|x1= <pre>deleteWaypoint [grp, 2]</pre> |= Example 1
____________________________________________________________________________________________


[[Nothing]]
|  |= See also


'''Compatibility:'''
}}


Version 1.86 required.
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->


'''Description:'''
<!-- Note Section END -->
</dl>


Removes the waypoint.
<h3 style="display:none">Bottom Section</h3>


 
[[Category:Scripting Commands|DELETEWAYPOINT]]
'''Example:'''
[[Category:Scripting Commands OFP Elite |DELETEWAYPOINT]]
 
[[Category:Scripting Commands ArmA|DELETEWAYPOINT]]
'''deleteWaypoint''' [grp, 2]

Revision as of 00:45, 2 August 2006

Hover & click on the images for description

Description

Description:
Removes the waypoint.
Groups:
Uncategorised

Syntax

Syntax:
deleteWaypoint waypoint
Parameters:
waypoint: Array
Return Value:
Nothing

Examples

Example 1:
deleteWaypoint [grp, 2]

Additional Information

See also:
See also needed

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