class ChatSource
channel type, possible values CCSystem(1) CCAdmin(2) CCDirect(4) CCMegaphone(8) CCTransmitter(16) CCPublicAddressSystem(32) CCBattlEye(64)
Constructors 2
void Chat()References m_Lines
void ~Chat()References Destroy()
Constants 1
const int LINE_COUNT = 12Members 4
protected int m_LineHeightprotected int m_LastLineMethods 5
void Init(Widget root_widget)References new ChatLine(), Destroy(), Widget.GetSize()
Show 6 more
, array.Insert(), LINE_COUNT, m_LastLine, m_LineHeight, m_Lines, and m_RootWidgetReferenced by MissionGameplay.OnInit()
void Destroy()void Clear()Referenced by MissionGameplay.DestroyAllMenus()
void Add(ChatMessageEventParams params)References AddInternal(), new ChatMessageEventParams(), Math.Clamp()
Show 9 more
, DayZGame.GetProfileOption(), Length(), Length(), Print(), string.Substring(), Param4.param1, Param4.param2, Param4.param3, and Param4.param4void AddInternal(ChatMessageEventParams params)References array.Count(), array.Get(), Widget.GetPos()
Show 7 more
, ChatLine.Set(), Widget.SetPos(), LINE_COUNT, m_LastLine, m_LineHeight, m_Lines, and ChatLine.m_RootWidgetReferenced by Add()