copyClientInput
copyClientInput(
world,__namedParameters):void
Defined in: packages/engine/src/gameplay/step.ts:65
Copies the step’s input into each hero and each track mover under the client’s authority, the ones the caller steers, and takes the jump off it: a caller that holds one input over many steps jumps her once. Koota queries by trait and not by value, so the rest are skipped in the loop.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
world |
World |
__namedParameters |
StepOptions |
Returns
Section titled “Returns”void