indexProvidence.prototype.rejectImpossibleActions
method Providence.prototype.rejectImpossibleActions
import { Providence } from ".";
const { rejectImpossibleActions } = Providence.prototype;

Rejects Actions which are currently impossible for the Actor

Parameters

random: Random
actorReference: ActorReference
actionReferences: readonly ActionReference[]

Return Type

Promise<readonly ActionReference[]>