setMarkerText: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]OFP[ _]Elite *(\|.*)?\]\]" to "{{GameCategory|ofpe|Scripting Commands}}") |
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
||
Line 1: | Line 1: | ||
{{Command|Comments= | {{Command|Comments= | ||
| arma1 |Game name= | | arma1 |Game name= | ||
Line 9: | Line 8: | ||
|eff= global |Multiplayer Effects= | |eff= global |Multiplayer Effects= | ||
| Sets the text label of an existing marker. | | Sets the text label of an existing marker. | ||
{{Informative|'''Multiplayer optimisation:''' Global marker commands always broadcast the ''entire'' marker state over the network. As such, the number of network messages exchanged when creating or editing a marker can be reduced by performing all but the last operation using local marker commands, then using a global marker command for the last change (and subsequent global broadcast of all changes applied to the marker).}} | {{Informative|'''Multiplayer optimisation:''' Global marker commands always broadcast the ''entire'' marker state over the network. As such, the number of network messages exchanged when creating or editing a marker can be reduced by performing all but the last operation using local marker commands, then using a global marker command for the last change (and subsequent global broadcast of all changes applied to the marker).}} | ||
|DESCRIPTION= | |DESCRIPTION= | ||
| markerName '''setMarkerText''' text |SYNTAX= | | markerName '''setMarkerText''' text |SYNTAX= | ||
Line 24: | Line 21: | ||
| [[Nothing]] |RETURNVALUE= | | [[Nothing]] |RETURNVALUE= | ||
|x1= <code>"Marker1" [[setMarkerText]] "You are here.";</code> |EXAMPLE1= | |x1= <code>"Marker1" [[setMarkerText]] "You are here.";</code> |EXAMPLE1= | ||
|mp= |= | |mp= |= |
Revision as of 02:30, 17 January 2021
Description
- Description:
- Sets the text label of an existing marker.
- Groups:
- Markers
Syntax
- Syntax:
- markerName setMarkerText text
- Parameters:
- markerName: String
- text: String
- Return Value:
- Nothing
Examples
- Example 1:
"Marker1" setMarkerText "You are here.";
Additional Information
- See also:
- setMarkerBrushsetMarkerColorsetMarkerDirsetMarkerPossetMarkerShapesetMarkerSizesetMarkerTypesetMarkerAlpha
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
Bottom Section
Categories:
- Scripting Commands
- Introduced with Armed Assault version 1.00
- ArmA: Armed Assault: New Scripting Commands
- ArmA: Armed Assault: Scripting Commands
- Command Group: Markers
- Scripting Commands: Global Effect
- Operation Flashpoint: Elite: Scripting Commands
- Arma 2: Scripting Commands
- Arma 3: Scripting Commands
- Take On Helicopters: Scripting Commands