Akashic Engine
    Preparing search index...

    Interface EventConverterParameterObjectGameLike

    interface EventConverterParameterObjectGameLike {
        _decodeOperationPluginOperation: (
            code: number,
            op: (string | number)[],
        ) => any;
        _localDb: WeakRefKVS<E>;
        db: WeakRefKVS<E>;
    }
    Index

    Properties

    _decodeOperationPluginOperation: (code: number, op: (string | number)[]) => any
    _localDb: WeakRefKVS<E>