@tryforge/forgescript
    Preparing search index...

    Interface IExtendedCompiledFunctionField

    interface IExtendedCompiledFunctionField {
        functions: CompiledFunction<
            IArg<ArgType, boolean, boolean, EnumLike<any>>[],
            boolean,
        >[];
        rawValue: string;
        resolve: WrappedCode;
        resolveArg?: (
            ctx: Context,
            arg: IArg,
            value: string,
            ref: unknown[],
        ) => unknown;
        value: string;
    }

    Hierarchy

    Index
    functions: CompiledFunction<
        IArg<ArgType, boolean, boolean, EnumLike<any>>[],
        boolean,
    >[]
    rawValue: string
    resolve: WrappedCode
    resolveArg?: (ctx: Context, arg: IArg, value: string, ref: unknown[]) => unknown
    value: string