Show / Hide Table of Contents

Class MyChatConstants

Inheritance
System.Object
MyChatConstants
Namespace: VRage.Game
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
☀
☾
In This Article
  • Fields
    • MAX_CHAT_STRING_LENGTH
    • MAX_FACTION_CHAT_HISTORY_COUNT
    • MAX_GLOBAL_CHAT_HISTORY_COUNT
    • MAX_PLAYER_CHAT_HISTORY_COUNT
Back to top
Generated by DocFX
☀
☾