executeGameboardInteractionCommand
executeGameboardInteractionCommand(
world,commandOrTarget,options?):GameboardInteractionCommandExecution
Defined in: src/commands/commands.ts:421
Executes a command by requesting movement for move commands or dispatching non-movement commands to game-supplied handlers.
Parameters
Section titled “Parameters”World
commandOrTarget
Section titled “commandOrTarget”GameboardInteractionCommandInput
options?
Section titled “options?”GameboardInteractionCommandExecutionOptions = {}