setMarkerText: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(cleaned up some weird probably outdated notes)
m (template:command argument fix)
Line 9: Line 9:
____________________________________________________________________________________________
____________________________________________________________________________________________


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


| markerName '''setMarkerText''' text |= Syntax
| markerName '''setMarkerText''' text |SYNTAX=


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


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




| [[Nothing]] |= Return value
| [[Nothing]] |RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <code>"Marker1" [[setMarkerText]] "You are here.";</code> |= Example 1
|x1= <code>"Marker1" [[setMarkerText]] "You are here.";</code> |EXAMPLE1=
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 28: Line 28:


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



Revision as of 15:47, 7 April 2019

-wrong parameter ("Arma") defined!-1.00
Hover & click on the images for description

Description

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

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