mwg API
    Preparing search index...

    Interface AIDecisionContext

    interface AIDecisionContext {
        checkpoint: () => void;
        perception: AIValue;
        random: () => number;
        state: AI.AIState;
        emit(name: string, payload?: AIValue): void;
    }
    Index
    checkpoint: () => void
    perception: AIValue
    random: () => number
    state: AI.AIState