SerenityJS
    Preparing search index...

    Interface TraitOnTickDetails

    interface TraitOnTickDetails {
        currentTick: bigint;
        deltaTick: number;
    }
    Index

    Properties

    currentTick: bigint

    The current tick of the world.

    deltaTick: number

    The time between the current tick and the last tick.