Class MyChatConstants
Inheritance
System.Object
MyChatConstants
Assembly: VRage.Game.dll
Syntax
public static class MyChatConstants : Object
Fields
MAX_CHAT_STRING_LENGTH
Declaration
public const int MAX_CHAT_STRING_LENGTH = 200
Field Value
Type |
Description |
System.Int32 |
|
MAX_FACTION_CHAT_HISTORY_COUNT
Declaration
public const int MAX_FACTION_CHAT_HISTORY_COUNT = 50
Field Value
Type |
Description |
System.Int32 |
|
MAX_GLOBAL_CHAT_HISTORY_COUNT
Declaration
public const int MAX_GLOBAL_CHAT_HISTORY_COUNT = 100
Field Value
Type |
Description |
System.Int32 |
|
MAX_PLAYER_CHAT_HISTORY_COUNT
Declaration
public const int MAX_PLAYER_CHAT_HISTORY_COUNT = 20
Field Value
Type |
Description |
System.Int32 |
|