PokéRogue
GitHub
Switch to Main
Preparing search index...
src/ui/handlers/pokedex-ui-handler
ContainerData
Interface ContainerData
interface
ContainerData
{
cost
:
number
;
eggMove1
?:
boolean
;
eggMove2
?:
boolean
;
passive1
?:
boolean
;
passive2
?:
boolean
;
props
:
DexAttrProps
;
species
:
PokemonSpecies
;
tmMove1
?:
boolean
;
tmMove2
?:
boolean
;
}
Index
Properties
cost
egg
Move1?
egg
Move2?
passive1?
passive2?
props
species
tm
Move1?
tm
Move2?
Properties
cost
cost
:
number
Optional
egg
Move1
eggMove1
?:
boolean
Optional
egg
Move2
eggMove2
?:
boolean
Optional
passive1
passive1
?:
boolean
Optional
passive2
passive2
?:
boolean
props
props
:
DexAttrProps
species
species
:
PokemonSpecies
Optional
tm
Move1
tmMove1
?:
boolean
Optional
tm
Move2
tmMove2
?:
boolean
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cost
egg
Move1
egg
Move2
passive1
passive2
props
species
tm
Move1
tm
Move2
GitHub
Switch to Main
PokéRogue
Loading...