setMarkerBrush

From Bohemia Interactive Community
Revision as of 21:22, 4 July 2006 by Planck (talk | contribs)
Jump to navigation Jump to search


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"