Interface RequireAllOfScript

This script evaluates to true if all the sub-scripts evaluate to true.

If the list of sub-scripts is empty, this script evaluates to true.

interface RequireAllOfScript {
    kind: RequireAllOf;
    scripts: NativeScript[];
    type: Native;
}

Properties

Properties

The native script kind.

scripts: NativeScript[]

The list of sub-scripts.

type: Native

Script type.