@game-vir/multiplayer - v15.1.1
    Preparing search index...

    Type Alias LockStepMessage<Action>

    LockStepMessage:
        | { actions: Action[]; sourceClientId: Uuid; type: Actions }
        | { actions: Action[]; type: Frame }

    Type Parameters

    • Action

    Type declaration

    • { actions: Action[]; sourceClientId: Uuid; type: Actions }

      Sent from child clients to the host as actions happen.

    • { actions: Action[]; type: Frame }