setMarkerBrush: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
[[Category:Scripting Commands|SETMARKERBRUSH]]
{{Command|= Comments
[[Category:Scripting Commands OFP Elite |SETMARKERBRUSH]]
____________________________________________________________________________________________
[[Category:Scripting Commands ArmA|SETMARKERBRUSH]]


| ofpr |= Game name


<h2 style="color:#000066">'''''name'' setMarkerBrush ''brush'''''</h2>
|1.86|= Game version
____________________________________________________________________________________________


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


'''Operand types:'''
| name '''setMarkerBrush''' brush |= Syntax


'''name:''' [[String]]
|p1= name: [[String]] |= Parameter 1


'''brush:''' [[String]]
|p2= brush: [[String]] |= Parameter 2


'''Type of returned value:'''
| [[Nothing]] |= Return value
____________________________________________________________________________________________
 
|x1= <pre>"Marker1" setMarkerBrush "DiagGrid"</pre> |= Example 1
____________________________________________________________________________________________


[[Nothing]]
|  |= See also


'''Compatibility:'''
}}


Version 1.86 required.
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->


'''Description:'''
<!-- Note Section END -->
</dl>


Selects the fill texture for the marker ("RECTANGLE" or "ELLIPSE"). Brush is the name of the subclass in CfgMarkerBrushes.
<h3 style="display:none">Bottom Section</h3>
 
[[Category:Scripting Commands|SETMARKERBRUSH]]
 
[[Category:Scripting Commands OFP Elite |SETMARKERBRUSH]]
'''Example:'''
[[Category:Scripting Commands ArmA|SETMARKERBRUSH]]
 
"Marker1" '''setMarkerBrush''' "DiagGrid"

Revision as of 00:20, 2 August 2006

Hover & click on the images for description

Description

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

Syntax

Syntax:
name setMarkerBrush brush
Parameters:
name: String
brush: String
Return Value:
Nothing

Examples

Example 1:
"Marker1" setMarkerBrush "DiagGrid"

Additional Information

See also:
See also needed

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

Notes

Bottom Section