mwg API
    Preparing search index...

    Interface LuaAlphaBetaFunctions

    interface LuaAlphaBetaFunctions {
        apply?: string;
        evaluate?: string;
        moves?: string;
        player?: string;
        terminal?: string;
    }
    Index
    apply?: string
    evaluate?: string
    moves?: string
    player?: string
    terminal?: string