Strata - v1.4.10
GitHub
Examples
Preparing search index...
strata
Region
Interface Region
interface
Region
{
ambientAudio
?:
string
;
biome
?:
BiomeType
;
bounds
:
BoundingShape
;
center
:
Vector3
;
completedObjectives
?:
string
[]
;
difficulty
:
number
;
discovered
:
boolean
;
id
:
string
;
level
?:
number
;
lighting
?:
LightingConfig
;
music
?:
string
;
name
:
string
;
npcs
?:
NPCSpawn
[]
;
resources
?:
SpawnTable
;
spawnTable
?:
SpawnTable
;
type
:
"biome"
|
"dungeon"
|
"building"
|
"zone"
|
"room"
;
visitCount
:
number
;
weather
?:
WeatherStateConfig
;
}
Index
Properties
ambient
Audio?
biome?
bounds
center
completed
Objectives?
difficulty
discovered
id
level?
lighting?
music?
name
npcs?
resources?
spawn
Table?
type
visit
Count
weather?
Properties
Optional
ambient
Audio
ambientAudio
?:
string
Optional
biome
biome
?:
BiomeType
bounds
bounds
:
BoundingShape
center
center
:
Vector3
Optional
completed
Objectives
completedObjectives
?:
string
[]
difficulty
difficulty
:
number
discovered
discovered
:
boolean
id
id
:
string
Optional
level
level
?:
number
Optional
lighting
lighting
?:
LightingConfig
Optional
music
music
?:
string
name
name
:
string
Optional
npcs
npcs
?:
NPCSpawn
[]
Optional
resources
resources
?:
SpawnTable
Optional
spawn
Table
spawnTable
?:
SpawnTable
type
type
:
"biome"
|
"dungeon"
|
"building"
|
"zone"
|
"room"
visit
Count
visitCount
:
number
Optional
weather
weather
?:
WeatherStateConfig
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
ambient
Audio
biome
bounds
center
completed
Objectives
difficulty
discovered
id
level
lighting
music
name
npcs
resources
spawn
Table
type
visit
Count
weather
GitHub
Examples
Strata - v1.4.10
Loading...