Loom Engine - v3.1.1
GitHub
TheWorldTable.ai
Preparing search index...
QuestLogOptions
Interface QuestLogOptions
interface
QuestLogOptions
{
now
?:
()
=>
number
;
onStateChanged
?:
(
questId
:
string
,
prev
:
QuestState
,
next
:
QuestState
,
)
=>
void
;
onObjectiveProgress
?:
(
questId
:
string
,
objectiveId
:
string
,
progress
:
number
,
required
:
number
,
)
=>
void
;
}
Index
Properties
now?
on
State
Changed?
on
Objective
Progress?
Properties
Optional
now
now
?:
()
=>
number
Optional
on
State
Changed
onStateChanged
?:
(
questId
:
string
,
prev
:
QuestState
,
next
:
QuestState
)
=>
void
Optional
on
Objective
Progress
onObjectiveProgress
?:
(
questId
:
string
,
objectiveId
:
string
,
progress
:
number
,
required
:
number
,
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
now
on
State
Changed
on
Objective
Progress
GitHub
TheWorldTable.ai
Loom Engine - v3.1.1
Loading...