Saxonberg Server API
Preparing search index...
mud/lib/message/Vocal
Vocal
Interface Vocal
interface
Vocal
{
say
(
text
:
string
,
target
?:
Stuff
)
:
void
;
shout
(
text
:
string
,
target
?:
Stuff
)
:
void
;
whisper
(
text
:
string
,
target
?:
Stuff
)
:
void
;
}
Index
Methods
say
shout
whisper
Methods
say
say
(
text
:
string
,
target
?:
Stuff
)
:
void
Parameters
text
:
string
Optional
target
:
Stuff
Returns
void
shout
shout
(
text
:
string
,
target
?:
Stuff
)
:
void
Parameters
text
:
string
Optional
target
:
Stuff
Returns
void
whisper
whisper
(
text
:
string
,
target
?:
Stuff
)
:
void
Parameters
text
:
string
Optional
target
:
Stuff
Returns
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Methods
say
shout
whisper
Saxonberg Server API
Loading...