This site has been archived and made available for preservation purposes. No edits can be made.

MAX_PLAYER_NAME

(Difference between revisions)
Return to current revision
  1.  
    A constant defined in the vaultmp namespace. It is the maximum length of a player name.
    [h="2"] Definition [/h]
    [highlight=cpp]
  2. -
    Index::MAX_PLAYER_SIZE = 16;
  3. +
    Index::MAX_PLAYER_NAME = 16;
  4.  
    [/highlight]
    [highlight=c]
  5. -
    const Index: MAX_PLAYER_SIZE = 16;
  6. +
    const Index: MAX_PLAYER_NAME = 16;
  7.  
    [/highlight]
    [category]VaultMP interface[/category]
    [category]Constants[/category]