OBJECT

ReportMapBoundingBox

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

link GraphQL Schema definition

  • type ReportMapBoundingBox {
  • # The smallest X position.
  • minX: Int!
  • # The largest X position.
  • maxX: Int!
  • # The smallest Y position.
  • minY: Int!
  • # The largest Y position.
  • maxY: Int!
  • }