Saxonberg Server API
Preparing search index...
mud/api/soul
SoulApi
Class SoulApi
Index
Constructors
constructor
Methods
all
delete
edit
invalidate
Cache
mint
resolve
Constructors
constructor
new
SoulApi
()
:
SoulApi
Returns
SoulApi
Methods
Static
all
all
()
:
Promise
<
Emote
[]
>
Returns
Promise
<
Emote
[]
>
Static
delete
delete
(
verb
:
string
)
:
Promise
<
boolean
>
Parameters
verb
:
string
Returns
Promise
<
boolean
>
Static
edit
edit
(
verb
:
string
,
patch
:
Partial
<
EmoteSpec
>
)
:
Promise
<
Emote
>
Parameters
verb
:
string
patch
:
Partial
<
EmoteSpec
>
Returns
Promise
<
Emote
>
Static
invalidate
Cache
invalidateCache
()
:
Promise
<
void
>
Hard-invalidate the cache. Used by the wizard
reload
flow.
Returns
Promise
<
void
>
Static
mint
mint
(
spec
:
EmoteSpec
)
:
Promise
<
Emote
>
Parameters
spec
:
EmoteSpec
Returns
Promise
<
Emote
>
Static
resolve
resolve
(
verb
:
string
)
:
Promise
<
Emote
|
null
>
Parameters
verb
:
string
Returns
Promise
<
Emote
|
null
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
all
delete
edit
invalidate
Cache
mint
resolve
Saxonberg Server API
Loading...
Hard-invalidate the cache. Used by the wizard
reloadflow.