markerBrush: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Take[ _]On[ _]Helicopters(\|.*)?\]\]" to "{{GameCategory|tkoh|Scripting Commands}}")
m (Text replacement - "_{10,} " to "")
Line 1: Line 1:
{{Command|Comments=
{{Command|Comments=
____________________________________________________________________________________________


| arma2 |Game name=
| arma2 |Game name=
Line 9: Line 8:




____________________________________________________________________________________________


| Gets the marker brush. See [[setMarkerBrush]].|DESCRIPTION=
| Gets the marker brush. See [[setMarkerBrush]].|DESCRIPTION=
____________________________________________________________________________________________


| '''markerBrush''' name |SYNTAX=
| '''markerBrush''' name |SYNTAX=
Line 27: Line 24:
|x1= <code>[[if]] ('''markerBrush''' "Marker1" == "Solid") [[then]] {[[hint]] "Marker1 is solid!"}</code>|EXAMPLE1=  
|x1= <code>[[if]] ('''markerBrush''' "Marker1" == "Solid") [[then]] {[[hint]] "Marker1 is solid!"}</code>|EXAMPLE1=  


____________________________________________________________________________________________


| [[setMarkerBrush]], [[setMarkerBrushLocal]] |SEEALSO=  
| [[setMarkerBrush]], [[setMarkerBrushLocal]] |SEEALSO=  


|  |MPBEHAVIOUR=  
|  |MPBEHAVIOUR=  
____________________________________________________________________________________________
}}
}}



Revision as of 02:57, 17 January 2021

Hover & click on the images for description

Description

Description:
Gets the marker brush. See setMarkerBrush.
Groups:
Markers

Syntax

Syntax:
markerBrush name
Parameters:
name: String -
Return Value:
String

Examples

Example 1:
if (markerBrush "Marker1" == "Solid") then {hint "Marker1 is solid!"}

Additional Information

See also:
setMarkerBrushsetMarkerBrushLocal

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