yolkbot
    Preparing search index...

    Type Alias DispatchIndex

    All of the available dispatches

    type DispatchIndex = {
        banPlayer: typeof BanPlayerDispatch;
        bootPlayer: typeof BootPlayerDispatch;
        chat: typeof ChatDispatch;
        fire: typeof FireDispatch;
        gameOptions: typeof GameOptionsDispatch;
        goToAmmo: typeof GoToAmmoDispatch;
        goToCoop: typeof GoToCoopDispatch;
        goToGrenade: typeof GoToGrenadeDispatch;
        goToPlayer: typeof GoToPlayerDispatch;
        goToSpatula: typeof GoToSpatulaDispatch;
        lookAt: typeof LookAtDispatch;
        lookAtPos: typeof LookAtPosDispatch;
        melee: typeof MeleeDispatch;
        move: typeof MovementDispatch;
        pause: typeof PauseDispatch;
        reload: typeof ReloadDispatch;
        reportPlayer: typeof ReportPlayerDispatch;
        resetGame: typeof ResetGameDispatch;
        saveLoadout: typeof SaveLoadoutDispatch;
        spawn: typeof SpawnDispatch;
        swapWeapon: typeof SwapWeaponDispatch;
        switchTeam: typeof SwitchTeamDispatch;
        throwGrenade: typeof ThrowGrenadeDispatch;
    }
    Index

    Properties

    banPlayer: typeof BanPlayerDispatch = BanPlayerDispatch
    bootPlayer: typeof BootPlayerDispatch = BootPlayerDispatch
    chat: typeof ChatDispatch = ChatDispatch
    fire: typeof FireDispatch = FireDispatch
    gameOptions: typeof GameOptionsDispatch = GameOptionsDispatch
    goToAmmo: typeof GoToAmmoDispatch = GoToAmmoDispatch
    goToCoop: typeof GoToCoopDispatch = GoToCoopDispatch
    goToGrenade: typeof GoToGrenadeDispatch = GoToGrenadeDispatch
    goToPlayer: typeof GoToPlayerDispatch = GoToPlayerDispatch
    goToSpatula: typeof GoToSpatulaDispatch = GoToSpatulaDispatch
    lookAt: typeof LookAtDispatch = LookAtDispatch
    lookAtPos: typeof LookAtPosDispatch = LookAtPosDispatch
    melee: typeof MeleeDispatch = MeleeDispatch
    move: typeof MovementDispatch = MovementDispatch
    pause: typeof PauseDispatch = PauseDispatch
    reload: typeof ReloadDispatch = ReloadDispatch
    reportPlayer: typeof ReportPlayerDispatch = ReportPlayerDispatch
    resetGame: typeof ResetGameDispatch = ResetGameDispatch
    saveLoadout: typeof SaveLoadoutDispatch = SaveLoadoutDispatch
    spawn: typeof SpawnDispatch = SpawnDispatch
    swapWeapon: typeof SwapWeaponDispatch = SwapWeaponDispatch
    switchTeam: typeof SwitchTeamDispatch = SwitchTeamDispatch
    throwGrenade: typeof ThrowGrenadeDispatch = ThrowGrenadeDispatch