sendHeroInput
sendHeroInput(
hero,__namedParameters):void
Defined in: packages/engine/src/gameplay/harness.ts:146
Sets what every step from here reads for hero alone, a hero the
world’s input does not reach; a field left out keeps its value.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
hero |
Entity |
__namedParameters |
Partial<StepInput> |
Returns
Section titled “Returns”void