markerSize: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (global args)
m (explain return value)
Line 18: Line 18:
|p1= markerName: [[String]] |= Parameter 1
|p1= markerName: [[String]] |= Parameter 1


| [[Array]] |= Return value
| [a-axis, b-axis]: [[Array]]
* a-axis: [[Number]] - 1/2 width of marker
* b-axis: [[Number]] - 1/2 height of marker |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   

Revision as of 06:50, 24 February 2017


Hover & click on the images for description

Description

Description:
Get marker size. Note: This function is identical to getMarkerSize.
Groups:
Uncategorised

Syntax

Syntax:
Array = markerSize markerName
Parameters:
markerName: String
Return Value:
[a-axis, b-axis]: Array
  • a-axis: Number - 1/2 width of marker
  • b-axis: Number - 1/2 height of marker

Examples

Example 1:
_mSize = markerSize "Marker1";

Additional Information

See also:
setMarkerSizesetMarkerSizeLocal

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