method Revelation.prototype.determinePath import { Revelation } from "."; const { determinePath } = Revelation.prototype; Revelation.prototype.determinePath(random: Random, action: Action, actorReference: ActorReference): Promise<Outcome> Determine which path to take for an Action Parameters random: Random action: Action actorReference: ActorReference Return Type Promise<Outcome>