getMarkerSize: 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|GETMARKERSIZE]]
[[Category:Scripting Commands|GETMARKERSIZE]]
[[Category:Scripting Commands OFP 1.97|GETMARKERSIZE]]
[[Category:Scripting Commands OFP 1.96|GETMARKERSIZE]]
[[Category:Scripting Commands OFP 1.46|GETMARKERSIZE]]
[[Category:Scripting Commands OFP 1.46|GETMARKERSIZE]]
[[Category:Scripting Commands ArmA|GETMARKERSIZE]]
[[Category:Scripting Commands ArmA|GETMARKERSIZE]]

Revision as of 20:51, 1 June 2006


getMarkerSize marker


Operand types:

marker: String

Type of returned value:

Array

Compatibility:

Added in version 1.21

Description:

Get marker size.

See setMarkerSize


Examples:

_mSize = getMarkerSize "MarkerOne"