setMarkerShape: 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|SETMARKERSHAPE]]
{{Command|= Comments
[[Category:Scripting Commands OFP Elite |SETMARKERSHAPE]]
____________________________________________________________________________________________
[[Category:Scripting Commands ArmA|SETMARKERSHAPE]]


| ofpr |= Game name


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


| Selects the shape (type) of the marker. Shape can be "ICON", "RECTANGLE" or "ELLIPSE". |= Description
____________________________________________________________________________________________


'''Operand types:'''
| name '''setMarkerShape''' shape |= Syntax


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


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


'''Type of returned value:'''
| [[Nothing]] |= Return value
____________________________________________________________________________________________
 
|x1= <pre>"Marker1" setMarkerShape "RECTANGLE"</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 shape (type) of the marker.
<h3 style="display:none">Bottom Section</h3>
 
[[Category:Scripting Commands|SETMARKERSHAPE]]
Shape can be "ICON", "RECTANGLE" or "ELLIPSE".
[[Category:Scripting Commands OFP Elite |SETMARKERSHAPE]]
 
[[Category:Scripting Commands ArmA|SETMARKERSHAPE]]
 
'''Example:'''
 
"Marker1" '''setMarkerShape''' "RECTANGLE"

Revision as of 00:22, 2 August 2006

Hover & click on the images for description

Description

Description:
Selects the shape (type) of the marker. Shape can be "ICON", "RECTANGLE" or "ELLIPSE".
Groups:
Uncategorised

Syntax

Syntax:
name setMarkerShape shape
Parameters:
name: String
shape: String
Return Value:
Nothing

Examples

Example 1:
"Marker1" setMarkerShape "RECTANGLE"

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