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

MAX_CHAT_LENGTH

(Difference between revisions)
Return to current revision
  1.  
    A constant defined in the vaultmp namespace. It is the maximum length of a chat message.
    [h="2"] Definition [/h]
    [highlight=cpp]
    Index::MAX_CHAT_LENGTH = 128;
    [/highlight]
    [highlight=c]
    const Index: MAX_CHAT_LENGTH = 128;
    [/highlight]
    [category]VaultMP interface[/category]
    [category]Constants[/category]