PokéRogue
GitHub
Switch to Main
Preparing search index...
src/system/arena-data
SerializedArenaData
Interface SerializedArenaData
interface
SerializedArenaData
{
biome
:
BiomeId
;
playerTerasUsed
?:
number
;
positionalTags
:
SerializedPositionalTag
[]
;
tags
?:
ArenaTagData
[]
;
terrain
:
null
|
NonFunctionProperties
<
Terrain
>
;
weather
:
null
|
NonFunctionProperties
<
Weather
>
;
}
Index
Properties
biome
player
Teras
Used?
positional
Tags
tags?
terrain
weather
Properties
biome
biome
:
BiomeId
Optional
player
Teras
Used
playerTerasUsed
?:
number
positional
Tags
positionalTags
:
SerializedPositionalTag
[]
Optional
tags
tags
?:
ArenaTagData
[]
terrain
terrain
:
null
|
NonFunctionProperties
<
Terrain
>
weather
weather
:
null
|
NonFunctionProperties
<
Weather
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
biome
player
Teras
Used
positional
Tags
tags
terrain
weather
GitHub
Switch to Main
PokéRogue
Loading...