setMarkerBrush: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 3: Line 3:
[[Category:Scripting Commands ArmA|SETMARKERBRUSH]]
[[Category:Scripting Commands ArmA|SETMARKERBRUSH]]


<new command not populated>


<h2 style="color:#000066">'''''name'' setMarkerBrush ''brush'''''</h2>


<h2 style="color:#000066">''''' setMarkerBrush '''''</h2>


'''Operand types:'''


'''Operand types:'''
'''name:''' [[String]]
 
'''brush:''' [[String]]


'''Type of returned value:'''
'''Type of returned value:'''
[[Nothing]]


'''Compatibility:'''
'''Compatibility:'''
Version 1.86 required.


'''Description:'''
'''Description:'''


Selects the fill texture for the marker ("RECTANGLE" or "ELLIPSE"). Brush is the name of the subclass in CfgMarkerBrushes.


'''Example:'''
'''Example:'''
"Marker1" setMarkerBrush "DiagGrid"

Revision as of 14:19, 3 July 2006


name setMarkerBrush brush


Operand types:

name: String

brush: String

Type of returned value:

Nothing

Compatibility:

Version 1.86 required.

Description:

Selects the fill texture for the marker ("RECTANGLE" or "ELLIPSE"). Brush is the name of the subclass in CfgMarkerBrushes.

Example:

"Marker1" setMarkerBrush "DiagGrid"