Actor

extends Model

Class fields

FieldXML typeValue
NamestringActor
summarystringProvides an isolated execution owner for serial and parallel Luau code.
ExplorerOrderstring1

Functions

3
BindToMessage
(topic: string, function: Function) โ†’ Connection
FieldXML typeValue
NamestringBindToMessage
summarystringBinds a serial callback to a message topic.
BindToMessageParallel
(topic: string, function: Function) โ†’ Connection
FieldXML typeValue
NamestringBindToMessageParallel
summarystringBinds a parallel callback to a message topic.
SendMessage
(topic: string, message: Tuple) โ†’ void
FieldXML typeValue
NamestringSendMessage
summarystringAsynchronously sends copied arguments to callbacks for a topic.