markerBrush: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "(\| * )+\}\}" to "}}")
m (Text replacement - " {3,}\|" to " |")
Line 6: Line 6:


|gr1 = Markers
|gr1 = Markers


| Gets the marker brush. See [[setMarkerBrush]].
| Gets the marker brush. See [[setMarkerBrush]].
Line 20: Line 18:


| [[String]]
| [[String]]


|x1= <code>[[if]] ('''markerBrush''' "Marker1" == "Solid") [[then]] {[[hint]] "Marker1 is solid!"}</code>
|x1= <code>[[if]] ('''markerBrush''' "Marker1" == "Solid") [[then]] {[[hint]] "Marker1 is solid!"}</code>


| [[setMarkerBrush]], [[setMarkerBrushLocal]]
| [[setMarkerBrush]], [[setMarkerBrushLocal]]

Revision as of 18:39, 18 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