setMarkerSize: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
[[Category:Scripting Commands|SETMARKERSIZE]]
[[Category:Scripting Commands|SETMARKERSIZE]]
[[Category:Scripting Commands OFP 1.97|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]]

Revision as of 21:31, 1 June 2006


marker setMarkerSize size


Operand types:

marker: String

size: Array

Type of returned value:

Nothing

Compatibility:

Added in version 1.21

Description:

Set marker size.
Size is in format [a-axis, b-axis].


Example:

"MarkerOne" setMarkerSize [100, 200]