setRectangular: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
 
mNo edit summary
Line 14: Line 14:
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[Location]] '''setRectangular''' [[Boolean]] |= Syntax
| location '''setRectangular''' set |= Syntax


|p1= [[Location]] |= Parameter 1
|p1= location: [[Location]] |= Parameter 1
|p2= [[Boolean]] |= Parameter 2
|p2= set: [[Boolean]] |= Parameter 2


| [[Nothing]] |= Return value
| [[Nothing]] |= Return value

Revision as of 21:36, 25 January 2009

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

Description

Description:
Set the shape of a location to be either rectangular or elliptical. Locations default shape is elliptical.
Groups:
Uncategorised

Syntax

Syntax:
location setRectangular set
Parameters:
location: Location
set: Boolean
Return Value:
Nothing

Examples

Example 1:
myLocation setRectangular true

Additional Information

See also:
rectangular

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