namespace · command.actor
Actor commands
Typed normal requests that change Actor control through its owner.
namespace command.actor
- Stable ID
command.actor- Owner
- game.control-authority
- Authority
- request
- Timing
- fixed_tick
- Availability
- runtime API 1
- Side effects
- none
- Determinism
- Stable namespace identity and normalized symbol order.
- Introduced
- 1.0.0
Usage
Use command.actor only to reach its registered child contracts. The namespace itself performs no query, mutation, lifecycle transition, or drawing.
Parameters
- None
Returns
A stable namespace table containing only the documented child symbols available to this package origin.
Cost
Bounded by per-package command and queue limits; authoritative work occurs once through the fixed-tick owner.
Fields
This symbol has no fields.
Errors
- None
Examples
-- Access documented members through command.actor.release-control.
API history
- 1.0.0: Runtime contract published from the complete Phase 14 registry.