Table of Contents

Class MapSectorConsts

Namespace
Moongate.UO.Data.Utils
Assembly
Moongate.UO.Data.dll

Represents MapSectorConsts.

public class MapSectorConsts
Inheritance
MapSectorConsts
Inherited Members

Fields

MaxViewRange

Maximum view range for players (used for nearby queries)

public const int MaxViewRange = 24

Field Value

int

SectorShift

Bit shift for fast division/multiplication by SectorSize 16 = 2^4, so shift by 4 bits.

public const int SectorShift = 4

Field Value

int

SectorSize

Size of each sector in tiles.

public const int SectorSize = 16

Field Value

int