moveGameboardActor
moveGameboardActor(
world,actor,to,options?):Entity
Defined in: src/actors/actors.ts:847
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