setMarkerBrush: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 24: Line 24:


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


'''Example:'''
'''Example:'''


"Marker1" '''setMarkerBrush''' "DiagGrid"
"Marker1" '''setMarkerBrush''' "DiagGrid"

Revision as of 21:22, 4 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"