size: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")
m (Text replacement - "\|x([0-9])= <sqf>([^\/: ]+)([^;])<\/sqf>" to "|x$1= <sqf>$2$3;</sqf>")
Line 26: Line 26:
|r1= in format [x,y] in meters
|r1= in format [x,y] in meters


|x1= <sqf>_locSize = size myLocation</sqf>
|x1= <sqf>_locSize = size myLocation;</sqf>


|seealso= [[setSize]]
|seealso= [[setSize]]
}}
}}

Revision as of 23:42, 28 June 2022

Hover & click on the images for description

Description

Description:
Returns a location's size.
Groups:
Locations

Syntax

Syntax:
size location
Parameters:
location: Location
Return Value:
in format [x,y] in meters

Examples

Example 1:
_locSize = size myLocation;

Additional Information

See also:
setSize

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