PokéRogue
GitHub
Switch to Main
Preparing search index...
src/@types/ability-types
PokemonAttackCondition
Type Alias PokemonAttackCondition
PokemonAttackCondition
:
(
user
:
Pokemon
|
null
,
target
:
Pokemon
|
null
,
move
:
Move
,
)
=>
boolean
Type Declaration
(
user
:
Pokemon
|
null
,
target
:
Pokemon
|
null
,
move
:
Move
)
:
boolean
Parameters
user
:
Pokemon
|
null
target
:
Pokemon
|
null
move
:
Move
Returns
boolean
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
GitHub
Switch to Main
PokéRogue
Loading...