# Constants TODO ``` const MAXPLAYERNAME; const MAXPLAYERS; const DEFMELEERANGE; const MISSILERANGE; const PLAYERMISSILERANGE; const SAWRANGE; ``` - `MAXPLAYERNAME` The maximum length of a player name. - `MAXPLAYERS` The maximum amount of players in game. - `DEFMELEERANGE` The range where melee will be used for monsters, and the range for the player's melee attacks. - `MISSILERANGE` The maximum range for monster missile/hit-scan attacks. - `PLAYERMISSILERANGE` The maximum range for player missile/hit-scan attacks. - `SAWRANGE` The range of Doom's Chainsaw weapon.