Preparing search index...
The search index is not available
pokemon-rogue-battle
pokemon-rogue-battle
field/pokemon
TurnMove
Interface TurnMove
interface
TurnMove
{
ignorePP
?:
boolean
;
move
:
Moves
;
result
?:
MoveResult
;
targets
:
BattlerIndex
[]
;
turn
?:
number
;
virtual
?:
boolean
;
}
Index
Properties
ignorePP?
move
result?
targets
turn?
virtual?
Properties
Optional
ignorePP
ignorePP
?:
boolean
move
move
:
Moves
Optional
result
result
?:
MoveResult
targets
targets
:
BattlerIndex
[]
Optional
turn
turn
?:
number
Optional
virtual
virtual
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
ignorePP
move
result
targets
turn
virtual
pokemon-rogue-battle
Loading...