Saxonberg Server API
    Preparing search index...
    interface MqlPredicate {
        tier: PermissionTier;
        check(target: Stuff, giver: Stuff & CommandGiver, ctx: MqlContext): boolean;
    }
    Index

    Properties

    Methods

    Properties

    Permission tier required to invoke this predicate.

    Methods