size: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 24: Line 24:
|p1= location: [[Location]]
|p1= location: [[Location]]


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


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

Revision as of 11:06, 28 September 2023

{{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 Numbers in format [x,y] - meters

|x1=

_locSize = size myLocation;

|seealso= setSize }}