Item: {
    flags: number | Flags;
    iconType: Icon;
    teamId: Api.Team;
    x: number;
    y: number;
}

Type declaration

  • flags: number | Flags
  • iconType: Icon
  • teamId: Api.Team

    The team this item belongs to.

  • x: number

    Normalized map coordinate.

  • y: number

    Normalized map coordinate.