Preparing search index...
The search index is not available
pokemon-rogue-battle
pokemon-rogue-battle
battle
TurnCommand
Interface TurnCommand
interface
TurnCommand
{
args
?:
any
[]
;
command
:
Command
;
cursor
?:
number
;
move
?:
QueuedMove
;
skip
?:
boolean
;
targets
?:
BattlerIndex
[]
;
}
Index
Properties
args?
command
cursor?
move?
skip?
targets?
Properties
Optional
args
args
?:
any
[]
command
command
:
Command
Optional
cursor
cursor
?:
number
Optional
move
move
?:
QueuedMove
Optional
skip
skip
?:
boolean
Optional
targets
targets
?:
BattlerIndex
[]
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
args
command
cursor
move
skip
targets
pokemon-rogue-battle
Loading...