Loom Engine - v0.10.1
GitHub
TheWorldTable.ai
Preparing search index...
SnapshotResponse
Interface SnapshotResponse
interface
SnapshotResponse
{
ok
:
boolean
;
character_id
:
string
;
tail_id
:
number
;
snapshot
:
{
knot_context
:
EventEnvelope
<
"knot.context"
>
|
null
;
ve_budget
:
EventEnvelope
<
"ve.budget.update"
>
|
null
;
scene
:
EventEnvelope
<
"scene.transition"
>
|
null
;
active_encounter
:
EventEnvelope
<
"encounter.spawn"
>
|
null
;
}
;
ts
:
number
;
}
Index
Properties
ok
character_
id
tail_
id
snapshot
ts
Properties
ok
ok
:
boolean
character_
id
character_id
:
string
tail_
id
tail_id
:
number
snapshot
snapshot
:
{
knot_context
:
EventEnvelope
<
"knot.context"
>
|
null
;
ve_budget
:
EventEnvelope
<
"ve.budget.update"
>
|
null
;
scene
:
EventEnvelope
<
"scene.transition"
>
|
null
;
active_encounter
:
EventEnvelope
<
"encounter.spawn"
>
|
null
;
}
ts
ts
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
ok
character_
id
tail_
id
snapshot
ts
GitHub
TheWorldTable.ai
Loom Engine - v0.10.1
Loading...