Preparing search index...
The search index is not available
pokemon-rogue-battle
pokemon-rogue-battle
data/ability
PostMoveUsedAbAttr
Class PostMoveUsedAbAttr
Triggers just after a move is used either by the opponent or the player
Hierarchy (
view full
)
AbAttr
PostMoveUsedAbAttr
PostDancingMoveAbAttr
Index
Constructors
constructor
Properties
show
Ability
Methods
add
Condition
apply
apply
Post
Move
Used
get
Condition
get
Trigger
Message
Constructors
constructor
new
Post
Move
Used
Ab
Attr
(
showAbility
?
)
:
PostMoveUsedAbAttr
Parameters
showAbility
:
boolean
= true
Returns
PostMoveUsedAbAttr
Properties
show
Ability
show
Ability
:
boolean
Methods
add
Condition
add
Condition
(
condition
)
:
AbAttr
Parameters
condition
:
AbAttrCondition
Returns
AbAttr
apply
apply
(
pokemon
,
passive
,
simulated
,
cancelled
,
args
)
:
boolean
|
Promise
<
boolean
>
Parameters
pokemon
:
default
passive
:
boolean
simulated
:
boolean
cancelled
:
null
|
BooleanHolder
args
:
any
[]
Returns
boolean
|
Promise
<
boolean
>
apply
Post
Move
Used
apply
Post
Move
Used
(
pokemon
,
move
,
source
,
targets
,
simulated
,
args
)
:
boolean
|
Promise
<
boolean
>
Parameters
pokemon
:
default
move
:
PokemonMove
source
:
default
targets
:
BattlerIndex
[]
simulated
:
boolean
args
:
any
[]
Returns
boolean
|
Promise
<
boolean
>
get
Condition
get
Condition
(
)
:
null
|
AbAttrCondition
Returns
null
|
AbAttrCondition
get
Trigger
Message
get
Trigger
Message
(
_pokemon
,
_abilityName
,
...
_args
)
:
null
|
string
Parameters
_pokemon
:
default
_abilityName
:
string
Rest
...
_args
:
any
[]
Returns
null
|
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
show
Ability
Methods
add
Condition
apply
apply
Post
Move
Used
get
Condition
get
Trigger
Message
pokemon-rogue-battle
Loading...
Triggers just after a move is used either by the opponent or the player