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

MAX_MESSAGE_LENGTH

A constant defined in the vaultmp namespace. It is the maximum length of a UI message.

[top]Definition

Code cpp:
Index::MAX_MESSAGE_LENGTH = 64;
Code c:
const Index: MAX_MESSAGE_LENGTH = 64;