Type Alias ReportMapBoundingBox

ReportMapBoundingBox: {
    __typename?: "ReportMapBoundingBox";
    maxX: Scalars["Int"];
    maxY: Scalars["Int"];
    minX: Scalars["Int"];
    minY: Scalars["Int"];
}

The ReportMapBoundingBox is a box that encloses the positions of all players and enemies in a fight or dungeon pull.

Type declaration

  • Optional__typename?: "ReportMapBoundingBox"
  • maxX: Scalars["Int"]

    The largest X position.

  • maxY: Scalars["Int"]

    The largest Y position.

  • minX: Scalars["Int"]

    The smallest X position.

  • minY: Scalars["Int"]

    The smallest Y position.