setMarkerTextLocal: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\| *(arg|eff|mp|serverExec|gr[0-9]) *= *(.*) * *\|([^=0-9]{12})" to "|$1=$2 |descr=$3")
m (Some wiki formatting)
Line 1: Line 1:
{{RV|type=command
{{RV|type=command


| arma1
|game1= arma1
|1.04
|version1= 1.04


|game2= arma2
|game2= arma2
Line 22: Line 22:
|descr= Sets the text label of an existing marker.
|descr= Sets the text label of an existing marker.


|s1= markerName '''setMarkerTextLocal''' text
|s1= markerName [[setMarkerTextLocal]] text


|p1= markerName: [[String]]
|p1= markerName: [[String]]
Line 31: Line 31:


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


|seealso= [[setMarkerBrush]], [[setMarkerColor]], [[setMarkerDir]], [[setMarkerPos]], [[setMarkerShape]], [[setMarkerSize]], [[setMarkerType]]
|seealso= [[setMarkerBrush]], [[setMarkerColor]], [[setMarkerDir]], [[setMarkerPos]], [[setMarkerShape]], [[setMarkerSize]], [[setMarkerType]]
}}
}}
{{GameCategory|arma2|Scripting Commands}}
{{GameCategory|arma3|Scripting Commands}}
{{GameCategory|tkoh|Scripting Commands}}

Revision as of 00:30, 14 June 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:
setMarkerBrushsetMarkerColorsetMarkerDirsetMarkerPossetMarkerShapesetMarkerSizesetMarkerType

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