moveGameboardActor
moveGameboardActor(
world,actor,to,options?):Entity
Defined in: packages/declarative-hex-worlds/src/actors/actors.ts:841
Move an actor to a new tile by delegating to placement movement.
Parameters
Section titled “Parameters”World
string | Entity
string | HexCoordinates
options?
Section titled “options?”MoveGameboardActorOptions = {}
Returns
Section titled “Returns”Entity