OSRS Plugin API
    Preparing search index...

    Class InterfaceCoordinates

    screen coordinate information information for an IfGroup

    Index

    Constructors

    Properties

    clipX1: number

    X coord of upper left corner of clipping region in screen coordinates.

    clipX2: number

    X coord of bottom right corner of clipping regino in screen coordinates.

    clipY1: number

    Y coord of upper left corner of clipping region in screen coordinates.

    clipY2: number

    Y coord of bottom right corner of clipping region in screen coordinates.

    offX: number

    X offset applied to all components in the IfGroup, in screen coordinates.

    offY: number

    Y offset applied to all components in the IfGroup, in screen coordinates.

    scriptOffX: number

    X coord of extra offset applied to all components by lua script.

    scriptOffY: number

    Y coord of extra offset applied to all components by lua script.