dakka.base.registration.actors

Undocumented in source.

Members

Functions

callMethodOnActor
ubyte[] callMethodOnActor(string identifier, string method, ubyte[] data, string addr)
Undocumented in source. Be warned that the author may not have intended to support it.
canLocalCreate
bool canLocalCreate()
Undocumented in source. Be warned that the author may not have intended to support it.
canLocalCreate
bool canLocalCreate(string type)
Undocumented in source. Be warned that the author may not have intended to support it.
capabilitiesRequired
string[] capabilitiesRequired()
Undocumented in source. Be warned that the author may not have intended to support it.
capabilitiesRequired
string[] capabilitiesRequired(string identifier)
Undocumented in source. Be warned that the author may not have intended to support it.
createLocalActor
Actor createLocalActor(string type)
Undocumented in source. Be warned that the author may not have intended to support it.
createLocalActorNonRef
Actor createLocalActorNonRef(string type)
Undocumented in source. Be warned that the author may not have intended to support it.
destoreActor
void destoreActor(string identifier)
Undocumented in source. Be warned that the author may not have intended to support it.
getActorInformation
ActorInformation getActorInformation(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
getInstance
Actor getInstance(string identifier)
Undocumented in source. Be warned that the author may not have intended to support it.
hasInstance
bool hasInstance(string identifier)
Undocumented in source. Be warned that the author may not have intended to support it.
possibleActorNames
string[] possibleActorNames()
Undocumented in source. Be warned that the author may not have intended to support it.
possibleActors
ActorInformation[] possibleActors()
Undocumented in source. Be warned that the author may not have intended to support it.
registerActor
void registerActor()
Undocumented in source. Be warned that the author may not have intended to support it.
storeActor
void storeActor(T actor)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta