For AI agents: the complete documentation index is available at /llms.txt, the full documentation bundle is available at /llms-full.txt, and this page is available as Markdown at /server-editor/interfaces/ActionManager.md.

Interface: ActionManager

Beta

Binds actions to the client and manages their lifetime. Action managers are managed on a per player basis since client side UI is per player.

Methods

createAction()

createAction<T>(rawAction): RegisteredAction<T>

Beta

Type Parameters

T

T extends Action

Parameters

rawAction

T

The raw action to create. See ActionTypes for supported parameters

Returns

RegisteredAction<T>

Remarks

Creates an action and registers it on the client