size: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (template:command argument fix)
Line 11: Line 11:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Returns a location's size.|= Description
| Returns a location's size.|DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''size''' location |= Syntax
| '''size''' location |SYNTAX=


|p1= location: [[Location]] |= Parameter 1
|p1= location: [[Location]] |PARAMETER1=


| [[Array]] <nowiki>=</nowiki> in format [x,y] in meters|= Return value
| [[Array]] <nowiki>=</nowiki> in format [x,y] in meters|RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <pre>_locSize = size myLocation</pre> |= Example 1
|x1= <pre>_locSize = size myLocation</pre> |EXAMPLE1=
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[setSize]] |= See also
| [[setSize]] |SEEALSO=


}}
}}

Revision as of 15:49, 7 April 2019

-wrong parameter ("Arma") defined!-1.08
Hover & click on the images for description

Description

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

Syntax

Syntax:
size location
Parameters:
location: Location
Return Value:
Array = 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

Notes

Bottom Section