setMarkerSize: 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|SETMARKERSIZE]]
{{Command|= Comments
[[Category:Scripting Commands OFP 1.96|SETMARKERSIZE]]
____________________________________________________________________________________________
[[Category:Scripting Commands OFP 1.46|SETMARKERSIZE]]
[[Category:Scripting Commands ArmA|SETMARKERSIZE]]


| ofp |= Game name


<h2 style="color:#000066">'''''marker'' setMarkerSize ''size'''''</h2>
|1.21|= Game version
____________________________________________________________________________________________


| Set marker size.
Size is in format [a-axis, b-axis]. |= Description
____________________________________________________________________________________________


'''Operand types:'''
| marker '''setMarkerSize''' size |= Syntax


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


'''size:''' [[Array]]
|p2= size: [[Array]] |= Parameter 2


'''Type of returned value:'''
| [[Nothing]] |= Return value
____________________________________________________________________________________________
 
|x1= <pre>"MarkerOne" setMarkerSize [100, 200]</pre> |= Example 1
____________________________________________________________________________________________


[[Nothing]]
|  |= See also


'''Compatibility:'''
}}


Added in version '''1.21'''
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->


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


Set '''marker size'''.<br>
<h3 style="display:none">Bottom Section</h3>
Size is in format '''''[a-axis, b-axis]'''''.
[[Category:Scripting Commands|SETMARKERSIZE]]
 
[[Category:Scripting Commands OFP 1.96|SETMARKERSIZE]]
 
[[Category:Scripting Commands OFP 1.46|SETMARKERSIZE]]
'''Example:'''
[[Category:Scripting Commands ArmA|SETMARKERSIZE]]
 
"MarkerOne" '''setMarkerSize''' [100, 200]

Revision as of 00:22, 2 August 2006

Hover & click on the images for description

Description

Description:
Set marker size. Size is in format [a-axis, b-axis].
Groups:
Uncategorised

Syntax

Syntax:
marker setMarkerSize size
Parameters:
marker: String
size: Array
Return Value:
Nothing

Examples

Example 1:
"MarkerOne" setMarkerSize [100, 200]

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