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
;
isBleed
?:
boolean
;
isCrit
?:
boolean
;
isInstakill
?:
boolean
;
isPoison
?:
boolean
;
isRedirected
?:
boolean
;
startedAt
:
number
;
target
:
BattleDamageEventTarget
;
type
:
Damage
;
}
Hierarchy (
view full
)
BattleEvent
BattleDamageEvent
Index
Properties
abilityID?
amount
channel
duration
is
Bleed?
is
Crit?
is
Instakill?
is
Poison?
is
Redirected?
started
At
target
type
Properties
Optional
Readonly
abilityID
abilityID
?:
string
Readonly
amount
amount
:
number
Readonly
channel
channel
:
number
duration
duration
:
number
Optional
Readonly
is
Bleed
is
Bleed
?:
boolean
Optional
Readonly
is
Crit
is
Crit
?:
boolean
Optional
Readonly
is
Instakill
is
Instakill
?:
boolean
Optional
Readonly
is
Poison
is
Poison
?:
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
Bleed
is
Crit
is
Instakill
is
Poison
is
Redirected
started
At
target
type
retrommo-types
Loading...