setSize: Difference between revisions

From Bohemia Interactive Community
m (Text replacement - " |r1=[[" to " |r1= [[")
mNo edit summary
 
(One intermediate revision by one other user not shown)
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]]


|x1= <code>myLocation [[setSize]] [10,30]</code>
|x1= <sqf>myLocation setSize [10,30];</sqf>


|seealso= [[size]]
|seealso= [[size]]
}}
}}

Latest revision as of 12: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