setMarkerBrush: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 27: Line 27:
'''Example:'''
'''Example:'''


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

Revision as of 14:20, 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"