PokéRogue
GitHub
Switch to Main
Preparing search index...
src/@types/move-types
MoveMessageFunc
Type Alias MoveMessageFunc
MoveMessageFunc
:
(
user
:
Pokemon
,
target
:
Pokemon
,
move
:
Move
)
=>
string
A generic function producing a message during a Move's execution.
Type Declaration
(
user
:
Pokemon
,
target
:
Pokemon
,
move
:
Move
)
:
string
Parameters
user
:
Pokemon
target
:
Pokemon
move
:
Move
Returns
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
GitHub
Switch to Main
PokéRogue
Loading...
A generic function producing a message during a Move's execution.