setMarkerBrush: Difference between revisions
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]] | ||
<h2 style="color:#000066">'''''name'' setMarkerBrush ''brush'''''</h2> | |||
'''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 13:19, 3 July 2006
name setMarkerBrush brush
Operand types:
name: String
brush: String
Type of returned value:
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"