setSize: Difference between revisions

From Bohemia Interactive Community
m (Text replacement - "<code>([a-zA-Z0-9_, ]+) +\[\[([a-zA-Z0-9_]+)\]\] +(\[[a-zA-Z0-9_, ]+\]);?<\/code>" to "<sqf>$1 $2 $3;</sqf>")
mNo edit summary
 
Line 22: Line 22:
The width  is 2 * x, the height is 2 * y.
The width  is 2 * x, the height is 2 * y.


|s1= location [[setSize]] size
|s1= location [[setSize]] [x,y]


|p1= location: [[Location]]
|p1= location: [[Location]]
|p2= size: [[Array]]
|p2= x: [[Number]]
|p3= y: [[Number]]


|r1= [[Nothing]]
|r1= [[Nothing]]

Latest revision as of 11:24, 1 January 2026

Hover & click on the images for description

Description

Description:
Sets the size (radius) of a location. The width is 2 * x, the height is 2 * y.
Groups:
Locations

Syntax

Syntax:
location setSize [x,y]
Parameters:
location: Location
x: Number
y: Number
Return Value:
Nothing

Examples

Example 1:
myLocation setSize [10,30];

Additional Information

See also:
size

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord.
Only post proven facts here! Add Note