stepSeconds
stepSeconds(
__namedParameters,seconds):void
Defined in: packages/engine/src/gameplay/harness.ts:116
Advances the world by the whole fixed steps nearest to seconds, on the
input last sent. No clock: five seconds is 300 steps however long they
take.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
__namedParameters |
HeadlessGame |
seconds |
number |
Returns
Section titled “Returns”void