setMarkerTextLocal: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\| *(arg|eff|mp|serverExec|gr[0-9]) *= *(.*) * *\|([^=0-9]{12})" to "|$1=$2 |descr=$3") |
Lou Montana (talk | contribs) 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= | |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> | ||
|seealso= [[setMarkerBrush]], [[setMarkerColor]], [[setMarkerDir]], [[setMarkerPos]], [[setMarkerShape]], [[setMarkerSize]], [[setMarkerType]] | |seealso= [[setMarkerBrush]], [[setMarkerColor]], [[setMarkerDir]], [[setMarkerPos]], [[setMarkerShape]], [[setMarkerSize]], [[setMarkerType]] | ||
}} | }} | ||
Revision as of 23:30, 13 June 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:
- 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
Categories:
- Scripting Commands
- Introduced with Armed Assault version 1.04
- ArmA: Armed Assault: New Scripting Commands
- ArmA: Armed Assault: Scripting Commands
- Arma 2: Scripting Commands
- Arma 2: Operation Arrowhead: Scripting Commands
- Take On Helicopters: Scripting Commands
- Arma 3: Scripting Commands
- Command Group: Markers
- Scripting Commands: Local Effect