deleteMarkerLocal: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (added new command)
 
m (Some wiki formatting)
 
(60 intermediate revisions by 13 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


| arma |= Game name
|game1= arma1
|version1= 1.04


|1.04|= Game version
|game2= arma2
____________________________________________________________________________________________
|version2= 1.00


| Destroys the given marker. |= Description
|game3= arma2oa
____________________________________________________________________________________________
|version3= 1.50


| '''deleteMarkerLocal ''name''''' |= Syntax
|game4= tkoh
|version4= 1.00


|p1= name: [[String]] |= Parameter 1
|game5= arma3
|version5= 0.50


| [[Nothing]] |= Return value
|gr1= Markers
___________________________________________________________________________________________
 
|x1= <code>'''deleteMarkerLocal''' "Marker1"</code> |= Example ___________________________________________________________________________________________


| [[createGroup]] |= See also
|eff= local


}}
|descr= Destroys the given marker.
 
|s1= [[deleteMarkerLocal]] markerName


<h3 style="display:none">Notes</h3>
|p1= markerName: [[String]]
<dl class="command_description">
<!-- Note Section BEGIN -->


<!-- Note Section END -->
|r1= [[Nothing]]
</dl>


<h3 style="display:none">Bottom Section</h3>
|x1= <sqf>deleteMarkerLocal "Marker1";</sqf>


[[Category:Scripting Commands|DELETEMARKERLOCAL]]
|seealso= [[createMarkerLocal]] [[deleteMarker]]
[[Category:Scripting Commands OFP Elite |DELETEMARKERLOCAL]]
}}
[[Category:Scripting Commands ArmA|DELETEMARKERLOCAL]]
 
[[Category:Command Group: Markers|DELETEMARKERLOCAL]]
{{Note
|user= HomerJohnston
|timestamp= 20120107091600
|text= Unproven: I believe that if you use this command on a globally-created marker, and subsequently another machine executes a global command on the same marker (e.g. setMarkerPos), then the marker will be re-created on the machine it was previously deleted on. Can result in confusing marker behaviour.
}}

Latest revision as of 16:55, 20 March 2023

Hover & click on the images for description

Description

Description:
Destroys the given marker.
Groups:
Markers

Syntax

Syntax:
deleteMarkerLocal markerName
Parameters:
markerName: String
Return Value:
Nothing

Examples

Example 1:
deleteMarkerLocal "Marker1";

Additional Information

See also:
createMarkerLocal deleteMarker

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
HomerJohnston - c
Posted on Jan 07, 2012 - 09:16 (UTC)
Unproven: I believe that if you use this command on a globally-created marker, and subsequently another machine executes a global command on the same marker (e.g. setMarkerPos), then the marker will be re-created on the machine it was previously deleted on. Can result in confusing marker behaviour.