rectangular: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\| *(arg|eff|mp|serverExec|gr[0-9]) *= *(.*) * *\|([^=0-9]{12})" to "|$1=$2 |descr=$3")
m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{RV|type=command
{{RV|type=command


| arma1
|game1= arma1
|1.08
|version1= 1.08


|game2= arma2
|game2= arma2
Line 20: Line 20:
|descr= Checks if a location is rectangular (returns true) or elliptical (returns false).
|descr= Checks if a location is rectangular (returns true) or elliptical (returns false).


|s1= '''rectangular''' location
|s1= [[rectangular]] location


|p1= location: [[Location]]
|p1= location: [[Location]]


|r1=[[Boolean]]
|r1= [[Boolean]]


|x1= <code>_isRect = [[rectangular]] myLocation;</code>
|x1= <sqf>_isRect = rectangular myLocation;</sqf>


|seealso= [[setText]], [[nearestLocation]], [[nearestLocations]], [[locationPosition]], [[nearestLocationWithDubbing]], [[setRectangular]], [[createLocation]]
|seealso= [[setText]] [[nearestLocation]] [[nearestLocations]] [[locationPosition]] [[nearestLocationWithDubbing]] [[setRectangular]] [[createLocation]]
}}
}}
{{GameCategory|arma2|Scripting Commands}}
{{GameCategory|arma3|Scripting Commands}}
{{GameCategory|tkoh|Scripting Commands}}

Latest revision as of 11:24, 13 May 2022

Hover & click on the images for description

Description

Description:
Checks if a location is rectangular (returns true) or elliptical (returns false).
Groups:
Locations

Syntax

Syntax:
rectangular location
Parameters:
location: Location
Return Value:
Boolean

Examples

Example 1:
_isRect = rectangular myLocation;

Additional Information

See also:
setText nearestLocation nearestLocations locationPosition nearestLocationWithDubbing setRectangular createLocation

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