namespace · restricted.actor

Restricted Actor commands

Development-only Actor control requests routed through the normal owner.

namespace restricted.actor
Stable ID
restricted.actor
Owner
game.control-authority
Authority
restricted_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 restricted.actor only to reach its registered child contracts. The namespace itself performs no query, mutation, lifecycle transition, or drawing.

Parameters

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

Examples

-- Access documented members through restricted.actor.crisis-override.

API history

Related symbols

Project references