setMarkerTextLocal: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "<h3 style="display:none">Bottom Section</h3> " to "")
m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame( +[0-9])?|Game [Vv]ersion( +[0-9])?|Game Version \(number surrounded by NO SPACES\)|Arguments in MP|MP[Aa]rg|Multiplayer Arguments( \("local" or "global"\))?|Effects|Execution|Effects...)
Line 1: Line 1:
{{Command|Comments=
{{Command


| arma1 |Game name=
| arma1


|1.04|Game version=
|1.04


|gr1 = Markers |GROUP1=
|gr1 = Markers


|eff= local |Multiplayer Effects=
|eff= local


| Sets the text label of an existing marker. |DESCRIPTION=
| Sets the text label of an existing marker.


| markerName '''setMarkerTextLocal''' text |SYNTAX=
| markerName '''setMarkerTextLocal''' text


|p1= markerName: [[String]] |PARAMETER1=
|p1= markerName: [[String]]


|p2= text: [[String]] |PARAMETER2=
|p2= text: [[String]]




| [[Nothing]] |RETURNVALUE=
| [[Nothing]]
   
   
|x1= <code>"Marker1" [[setMarkerTextLocal]] "You are here.";</code> |EXAMPLE1=
|x1= <code>"Marker1" [[setMarkerTextLocal]] "You are here.";</code>


|mp=  |
|mp=  |


|[[setMarkerBrush]], [[setMarkerColor]], [[setMarkerDir]], [[setMarkerPos]], [[setMarkerShape]], [[setMarkerSize]], [[setMarkerType]] |SEEALSO=
|[[setMarkerBrush]], [[setMarkerColor]], [[setMarkerDir]], [[setMarkerPos]], [[setMarkerShape]], [[setMarkerSize]], [[setMarkerType]]
}}
}}



Revision as of 12:09, 18 January 2021

Hover & click on the images for description

Description

Description:
Sets the text label of an existing marker.
Groups:
Markers

Syntax

Syntax:
markerName setMarkerTextLocal text
Parameters:
markerName: String
text: String
Return Value:
Nothing

Examples

Example 1:
"Marker1" setMarkerTextLocal "You are here.";

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