Class MapSectorConsts
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
SectorShift
Bit shift for fast division/multiplication by SectorSize 16 = 2^4, so shift by 4 bits.
public const int SectorShift = 4
Field Value
SectorSize
Size of each sector in tiles.
public const int SectorSize = 16