setMarkerTextLocal: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "<h3 style="display:none">Bottom Section</h3> " to "") |
Lou Montana (talk | contribs) 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 | {{Command | ||
| arma1 | | arma1 | ||
|1.04 | |1.04 | ||
|gr1 = Markers | |gr1 = Markers | ||
|eff= local | |eff= local | ||
| Sets the text label of an existing marker. | | Sets the text label of an existing marker. | ||
| markerName '''setMarkerTextLocal''' text | | markerName '''setMarkerTextLocal''' text | ||
|p1= markerName: [[String]] | |p1= markerName: [[String]] | ||
|p2= text: [[String]] | |p2= text: [[String]] | ||
| [[Nothing]] | | [[Nothing]] | ||
|x1= <code>"Marker1" [[setMarkerTextLocal]] "You are here.";</code> | |x1= <code>"Marker1" [[setMarkerTextLocal]] "You are here.";</code> | ||
|mp= | | |mp= | | ||
|[[setMarkerBrush]], [[setMarkerColor]], [[setMarkerDir]], [[setMarkerPos]], [[setMarkerShape]], [[setMarkerSize]], [[setMarkerType]] | |[[setMarkerBrush]], [[setMarkerColor]], [[setMarkerDir]], [[setMarkerPos]], [[setMarkerShape]], [[setMarkerSize]], [[setMarkerType]] | ||
}} | }} | ||
Revision as of 11:09, 18 January 2021
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