Namespace: events.command

All documented symbols in the events.command namespace.

namespace · events.command

Command events

namespace events.command

Post-commit facts produced by typed command execution.

event · events.command

Command completed

events.command.completed(request_sequence, command_id, origin_id, target_tick)

Reports a typed command only after its owner commits successfully.

event · events.command

Command failed

events.command.failed(request_sequence, command_id, origin_id, target_tick, error_id, detail)

Reports a typed command after its gameplay owner rejects the fixed-tick request.