gameboardSystemActions
constgameboardSystemActions:Actions<{dispatchActorTargetCommand: (options,commandOptions) =>DispatchGameboardActorTargetCommandResult;dispatchCommand: (commandOrTarget,options) =>DispatchGameboardInteractionCommandResult;interact: (commandOrTarget,options) =>RunGameboardInteractionResult;interactActorTarget: (options,interactionOptions) =>RunGameboardActorTargetInteractionResult;run: (options) =>RunGameboardSystemsResult; }>
Defined in: packages/declarative-hex-worlds/src/systems/systems.ts:88
Koota action bundle for high-level game-loop dispatch and system ticks.