getMarkerSize: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|gr([0-9]+) = " to "|gr$1= ")
m (Text replacement - " " to " ")
Line 17: Line 17:
* a-axis: [[Number]] - 1/2 width of marker
* a-axis: [[Number]] - 1/2 width of marker
* b-axis: [[Number]] - 1/2 height of marker
* b-axis: [[Number]] - 1/2 height of marker
 
 
|x1= <code>"MarkerOne" [[setMarkerSize]] [100,200];
|x1= <code>"MarkerOne" [[setMarkerSize]] [100,200];
_size = [[getMarkerSize]] "MarkerOne"; //returns [100,200]</code>
_size = [[getMarkerSize]] "MarkerOne"; //returns [100,200]</code>

Revision as of 21:02, 10 June 2021

Hover & click on the images for description

Description

Description:
Description needed
Groups:
Markers

Syntax

Syntax:
Syntax needed
Parameters:
markerName: String
Return Value:
Return value needed

Examples

Example 1:
"MarkerOne" setMarkerSize [100,200]; _size = getMarkerSize "MarkerOne"; //returns [100,200]

Additional Information

See also:
setMarkerSizesetMarkerBrushsetMarkerColorsetMarkerDirsetMarkerPossetMarkerShapecreateMarkersetMarkerTextsetMarkerTypesetMarkerAlpha

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