Namespace: command.actor

All documented symbols in the command.actor namespace.

namespace · command.actor

Actor commands

namespace command.actor

Typed normal requests that change Actor control through its owner.

command · command.actor

Release control

command.actor.release-control(actor_id, expected_authority_revision, expected_actor_revision) -> command.receipt

Requests release of direct player control through ControlAuthority.

command · command.actor

Take control

command.actor.take-control(actor_id, expected_authority_revision, expected_actor_revision) -> command.receipt

Requests direct player control of one Actor through ControlAuthority.