Loom Engine - v3.1.1
GitHub
TheWorldTable.ai
Preparing search index...
BuffLifecycleOptions
Interface BuffLifecycleOptions
interface
BuffLifecycleOptions
{
statStack
?:
IStatStackLike
;
sourcePrefix
?:
string
;
onApplied
?:
(
buff
:
Buff
,
isRefresh
:
boolean
)
=>
void
;
onExpired
?:
(
buff
:
Buff
)
=>
void
;
onRemoved
?:
(
buff
:
Buff
)
=>
void
;
onTick
?:
(
buff
:
Buff
,
tickIndex
:
number
)
=>
void
;
}
Index
Properties
stat
Stack?
source
Prefix?
on
Applied?
on
Expired?
on
Removed?
on
Tick?
Properties
Optional
stat
Stack
statStack
?:
IStatStackLike
Optional
source
Prefix
sourcePrefix
?:
string
Optional
on
Applied
onApplied
?:
(
buff
:
Buff
,
isRefresh
:
boolean
)
=>
void
Optional
on
Expired
onExpired
?:
(
buff
:
Buff
)
=>
void
Optional
on
Removed
onRemoved
?:
(
buff
:
Buff
)
=>
void
Optional
on
Tick
onTick
?:
(
buff
:
Buff
,
tickIndex
:
number
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
stat
Stack
source
Prefix
on
Applied
on
Expired
on
Removed
on
Tick
GitHub
TheWorldTable.ai
Loom Engine - v3.1.1
Loading...