deleteMarkerLocal: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(see also)
m (Some wiki formatting)
 
(49 intermediate revisions by 3 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 ___________________________________________________________________________________________


| [[createMarkerLocal]], [[deleteMarker]] |= See also
|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:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]
[[Category:Command Group: Markers|DELETEMARKERLOCAL]]


<h3 style='display:none'>Notes</h3>
{{Note
<dl class='command_description'>
|user= HomerJohnston
<!-- Note Section BEGIN -->
|timestamp= 20120107091600
<dd class="notedate">Posted on 7 January, 2012
|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.
<dt class="note">[[User:HomerJohnston|HomerJohnston]]
}}
<dd class="note">
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.