Table of Contents

Class SectorStats

Namespace
Moongate.UO.Data.Maps
Assembly
Moongate.UO.Data.dll

Statistics for a single sector

public record SectorStats : IEquatable<SectorStats>
Inheritance
SectorStats
Implements
Inherited Members

Properties

Bounds

public Rectangle2D Bounds { get; init; }

Property Value

Rectangle2D

ItemCount

public int ItemCount { get; init; }

Property Value

int

MapIndex

public int MapIndex { get; init; }

Property Value

int

MobileCount

public int MobileCount { get; init; }

Property Value

int

PlayerCount

public int PlayerCount { get; init; }

Property Value

int

SectorX

public int SectorX { get; init; }

Property Value

int

SectorY

public int SectorY { get; init; }

Property Value

int

TotalEntities

public int TotalEntities { get; init; }

Property Value

int