moveGameboardPlacement
moveGameboardPlacement(
world,placement,to,options?):Entity
Defined in: src/koota/koota.ts:559
Move an existing placement to a new tile while allowing selected placement fields to be updated in the same operation.
Parameters
Section titled “Parameters”World
placement
Section titled “placement”string | Entity
string | HexCoordinates
options?
Section titled “options?”Omit<UpdateGameboardPlacementOptions, "at"> = {}
Returns
Section titled “Returns”Entity