GameboardScenarioSimulationUpdateActorStep
Defined in: src/simulation/script.ts:235
Updates an actor and optionally its placement.
Extends
Section titled “Extends”Properties
Section titled “Properties”action
Section titled “action”action:
"update-actor"
Defined in: src/simulation/script.ts:238
Step discriminator.
actor:
UpdateGameboardActorOptions
Defined in: src/simulation/script.ts:242
Actor update options.
actorId
Section titled “actorId”actorId:
string
Defined in: src/simulation/script.ts:240
Actor id to update.
optionalid?:string
Defined in: src/simulation/script.ts:98
Optional stable step id used by reports and expectations.
Inherited from
Section titled “Inherited from”GameboardScenarioSimulationStepBase.id
label?
Section titled “label?”
optionallabel?:string
Defined in: src/simulation/script.ts:100
Human-readable step label for reports.
Inherited from
Section titled “Inherited from”GameboardScenarioSimulationStepBase.label
placement?
Section titled “placement?”
optionalplacement?:UpdateGameboardPlacementOptions
Defined in: src/simulation/script.ts:244
Optional placement update options for the actor placement.
systems?
Section titled “systems?”
optionalsystems?:false|RunGameboardSystemsOptions
Defined in: src/simulation/script.ts:246
Systems to run after update, or false to skip.