setMarkerSize: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(add. classification)
(dimentions description)
(7 intermediate revisions by 6 users not shown)
Line 5: Line 5:


|1.21|= Game version
|1.21|= Game version
|eff= global |= Effects in MP
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 17: Line 19:
|p2= [a-axis, b-axis]: [[Array]] |= Parameter 2
|p2= [a-axis, b-axis]: [[Array]] |= Parameter 2


|p3= a-axis: [[Number]]. width of marker |= Parameter 3
|p3= a-axis: [[Number]]. 1/2 width of marker |= Parameter 3


|p4= b-axis: [[Number]]. height of marker |= Parameter 4
|p4= b-axis: [[Number]]. 1/2 height of marker |= Parameter 4


| [[Nothing]] |= Return value
| [[Nothing]] |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <pre>"MarkerOne" setMarkerSize [100, 200]</pre> |= Example 1
|x1= <code>"MarkerOne" [[setMarkerSize]] [100, 200];</code> |= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[getMarkerSize]] |= See also
| [[getMarkerSize]], [[setMarkerBrush]], [[setMarkerColor]], [[setMarkerDir]], [[setMarkerPos]], [[setMarkerShape]], [[createMarker]], [[setMarkerText]], [[setMarkerType]], [[setMarkerAlpha]] |= See also


}}
}}
Line 40: Line 42:
<h3 style="display:none">Bottom Section</h3>
<h3 style="display:none">Bottom Section</h3>
[[Category:Scripting Commands|SETMARKERSIZE]]
[[Category:Scripting Commands|SETMARKERSIZE]]
[[Category:Scripting Commands OFP 1.99|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands OFP 1.96|SETMARKERSIZE]]
[[Category:Scripting Commands OFP 1.96|SETMARKERSIZE]]
[[Category:Scripting Commands OFP 1.46|SETMARKERSIZE]]
[[Category:Scripting Commands OFP 1.46|SETMARKERSIZE]]
Line 45: Line 48:
[[Category:Command Group: Markers|SETMARKERSIZE]]
[[Category:Command Group: Markers|SETMARKERSIZE]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands VBS2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]

Revision as of 02:00, 21 December 2015

Hover & click on the images for description

Description

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

Syntax

Syntax:
markerName setMarkerSize [a-axis, b-axis]
Parameters:
markerName: String
[a-axis, b-axis]: Array
a-axis: Number. 1/2 width of marker
b-axis: Number. 1/2 height of marker
Return Value:
Nothing

Examples

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

Additional Information

See also:
getMarkerSizesetMarkerBrushsetMarkerColorsetMarkerDirsetMarkerPossetMarkerShapecreateMarkersetMarkerTextsetMarkerTypesetMarkerAlpha

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