setMarkerSize: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (template:command argument fix)
(18 intermediate revisions by 12 users not shown)
Line 5: Line 5:


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


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


| marker '''setMarkerSize''' size |= Syntax
| markerName '''setMarkerSize''' [a-axis, b-axis] |SYNTAX=
 
|p1= markerName: [[String]] |PARAMETER1=
 
|p2= [a-axis, b-axis]: [[Array]] |PARAMETER2=


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


|p2= size: [[Array]] |= Parameter 2
|p4= b-axis: [[Number]]. 1/2 height of marker |PARAMETER4=


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


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


}}
}}
Line 36: 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]]
[[Category:Scripting Commands ArmA|SETMARKERSIZE]]
[[Category:Scripting Commands ArmA|SETMARKERSIZE]]
[[Category:Command Group: Markers|SETMARKERSIZE]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]

Revision as of 15:47, 7 April 2019

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