Actor

Members

Functions

actorOf
T actorOf()

Creates a new actor instance or finds one that is already available.

die
void die(bool informSupervisor = true)

Lets go die.

kill
void kill(Actor actor)

Kills off a specific child

Meta