OSRS Plugin API
    Preparing search index...

    Interface IfGroup

    Represents a top-level interface, which is a set of static components that share a common screen offset. These correspond to the tables in osrs.gamevals.iftypes, which contain the groupId ("id" field), and the ids of the top-level static components in the group.

    interface IfGroup {
        components: ROArrayType<osrs.IfType>;
        coordinates: InterfaceCoordinates;
    }
    Index

    Properties

    components: ROArrayType<osrs.IfType>

    List of all top-level static components in the IfGroup. Some entries may be nil!

    Shared coordinate information of the components (read-only).