size

From Bohemia Interactive Community
Revision as of 11:06, 28 September 2023 by BrettMayson (talk | contribs)
Jump to navigation Jump to search

{{RV|type=command

|game1= arma1 |version1= 1.08

|game2= arma2 |version2= 1.00

|game3= arma2oa |version3= 1.50

|game4= tkoh |version4= 1.00

|game5= arma3 |version5= 0.50

|gr1= Locations

|descr= Returns a location's size.

|s1= size location

|p1= location: Location

|r1= [[Array] of [[Number]s in format [x,y] - meters

|x1=

_locSize = size myLocation;

|seealso= setSize }}