gatelogue-types
Preparing search index...
SpawnWarp
Interface SpawnWarp<S>
interface
SpawnWarp
<
S
extends
boolean
=
true
>
{
coordinates
:
null
|
{
s
:
string
[]
;
v
:
[
number
,
number
]
}
;
i
:
number
;
name
:
string
;
proximity
:
Record
<
StringID
<
Located
>
,
Sourced
<
{
distance
:
number
;
explicit
:
boolean
}
>
,
>
;
shared_facility
:
{
s
:
string
[]
;
v
:
number
}
[]
;
source
:
string
[]
;
type
:
string
;
warp_type
:
WarpType
;
world
:
null
|
Sourced
<
World
,
S
>
;
}
Type Parameters
S
extends
boolean
=
true
Hierarchy (
View Summary
)
Located
<
S
>
SpawnWarp
Index
Properties
coordinates
i
name
proximity
shared_
facility
source
type
warp_
type
world
Properties
coordinates
coordinates
:
null
|
{
s
:
string
[]
;
v
:
[
number
,
number
]
}
i
i
:
number
name
name
:
string
proximity
proximity
:
Record
<
StringID
<
Located
>
,
Sourced
<
{
distance
:
number
;
explicit
:
boolean
}
>
,
>
shared_
facility
shared_facility
:
{
s
:
string
[]
;
v
:
number
}
[]
source
source
:
string
[]
type
type
:
string
warp_
type
warp_type
:
WarpType
world
world
:
null
|
Sourced
<
World
,
S
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
coordinates
i
name
proximity
shared_
facility
source
type
warp_
type
world
gatelogue-types
Loading...