Preparing search index...
The search index is not available
retrommo-types
retrommo-types
BattleDamageEvent
Interface BattleDamageEvent
interface
BattleDamageEvent
{
abilityID
:
string
;
amount
:
number
;
channel
:
number
;
duration
:
number
;
isCrit
?:
boolean
;
isInstakill
?:
boolean
;
isRedirected
?:
boolean
;
startedAt
:
number
;
target
:
BattleDamageEventTarget
;
type
:
Damage
;
}
Hierarchy (
view full
)
BattleEvent
BattleDamageEvent
Index
Properties
abilityID
amount
channel
duration
is
Crit?
is
Instakill?
is
Redirected?
started
At
target
type
Properties
Readonly
abilityID
abilityID
:
string
Readonly
amount
amount
:
number
Readonly
channel
channel
:
number
duration
duration
:
number
Optional
Readonly
is
Crit
is
Crit
?:
boolean
Optional
Readonly
is
Instakill
is
Instakill
?:
boolean
Optional
Readonly
is
Redirected
is
Redirected
?:
boolean
Readonly
started
At
started
At
:
number
Readonly
target
target
:
BattleDamageEventTarget
Readonly
type
type
:
Damage
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
abilityID
amount
channel
duration
is
Crit
is
Instakill
is
Redirected
started
At
target
type
retrommo-types
Loading...