mwg API
    Preparing search index...

    Interface MwlAiDefinition

    interface MwlAiDefinition {
        algorithm?: "rules" | "alpha_beta";
        apply?: string;
        behaviors: readonly MwlBehaviorDefinition[];
        depth?: number;
        difficulty?: number;
        evaluate?: string;
        id: string;
        maxNodes?: number;
        moves?: string;
        player?: string;
        provider?: "javascript" | "lua";
        scope?: "actor" | "controller";
        strategy?: string;
        target?: string;
        terminal?: string;
    }
    Index
    algorithm?: "rules" | "alpha_beta"
    apply?: string
    behaviors: readonly MwlBehaviorDefinition[]
    depth?: number
    difficulty?: number
    evaluate?: string
    id: string
    maxNodes?: number
    moves?: string
    player?: string
    provider?: "javascript" | "lua"
    scope?: "actor" | "controller"
    strategy?: string
    target?: string
    terminal?: string