DeadZone Community Packages
Preparing search index...
DeadZoneAPI
DZRegionLocation
Interface DZRegionLocation
interface
DZRegionLocation
{
x
:
number
;
y
:
number
;
id
:
number
;
getX
()
:
number
;
getY
()
:
number
;
getId
()
:
number
;
doesRegionLocationMatch
(
point
:
WorldPoint
)
:
boolean
;
}
Index
Methods
get
X
get
Y
get
Id
does
Region
Location
Match
Properties
x
y
id
Methods
get
X
getX
()
:
number
Returns
number
get
Y
getY
()
:
number
Returns
number
get
Id
getId
()
:
number
Returns
number
does
Region
Location
Match
doesRegionLocationMatch
(
point
:
WorldPoint
)
:
boolean
Parameters
point
:
WorldPoint
Returns
boolean
Properties
x
x
:
number
y
y
:
number
id
id
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
get
X
get
Y
get
Id
does
Region
Location
Match
Properties
x
y
id
DeadZone Community Packages
Loading...