deleteMarkerLocal: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (stringtype)
m (Some wiki formatting)
 
(58 intermediate revisions by 11 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


|eff= local |= Effects in MP
|game3= arma2oa
____________________________________________________________________________________________
|version3= 1.50


| Destroys the given marker. |= Description
|game4= tkoh
____________________________________________________________________________________________
|version4= 1.00


| '''deleteMarkerLocal "''MarkerName''"''' |= Syntax
|game5= arma3
|version5= 0.50


|p1= MarkerName: [[String]] |= Parameter 1
|gr1= Markers


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


| [[createGroup]] |= See also
|descr= Destroys the given marker.


}}
|s1= [[deleteMarkerLocal]] markerName
 
|p1= markerName: [[String]]


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


<!-- Note Section END -->
|x1= <sqf>deleteMarkerLocal "Marker1";</sqf>
</dl>


<h3 style="display:none">Bottom Section</h3>
|seealso= [[createMarkerLocal]] [[deleteMarker]]
}}


[[Category:Scripting Commands|DELETEMARKERLOCAL]]
{{Note
[[Category:Scripting Commands OFP Elite |DELETEMARKERLOCAL]]
|user= HomerJohnston
[[Category:Scripting Commands ArmA|DELETEMARKERLOCAL]]
|timestamp= 20120107091600
[[Category:Command Group: Markers|DELETEMARKERLOCAL]]
|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.