pokemon-rogue-battle
Preparing search index...
phases/move-anim-phase
MoveAnimPhase
Class MoveAnimPhase<Anim>
Plays the given
MoveAnim
sequentially.
Type Parameters
Anim
extends
MoveAnim
Hierarchy (
View Summary
)
Phase
MoveAnimPhase
Index
Constructors
constructor
Properties
anim
on
Substitute
Methods
end
start
Constructors
constructor
new
MoveAnimPhase
<
Anim
extends
MoveAnim
>
(
anim
:
Anim
,
onSubstitute
?:
boolean
,
)
:
MoveAnimPhase
<
Anim
>
Type Parameters
Anim
extends
MoveAnim
Parameters
anim
:
Anim
onSubstitute
:
boolean
= false
Returns
MoveAnimPhase
<
Anim
>
Properties
Protected
anim
anim
:
Anim
Protected
on
Substitute
onSubstitute
:
boolean
= false
Methods
end
end
()
:
void
Returns
void
start
start
()
:
void
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
anim
on
Substitute
Methods
end
start
pokemon-rogue-battle
Loading...
Plays the given
MoveAnim
sequentially.