Dayz Explorer 1.29.162510
Loading...
Searching...
No Matches
Chat Class Reference

Protected Member Functions

void Chat ()
void ~Chat ()
void Init (Widget root_widget)
void Destroy ()
void Clear ()
void Add (ChatMessageEventParams params)
void AddInternal (ChatMessageEventParams params)

Protected Attributes

Widget m_RootWidget
int m_LineHeight
int m_LastLine
ref array< ref ChatLinem_Lines

Detailed Description

channel type, possible values CCSystem(1) CCAdmin(2) CCDirect(4) CCMegaphone(8) CCTransmitter(16) CCPublicAddressSystem(32) CCBattlEye(64)

Definition at line 14 of file chat.c.

Constructor & Destructor Documentation

◆ Chat()

void Chat::Chat ( )
protected

Definition at line 23 of file chat.c.

◆ ~Chat()

void Chat::~Chat ( )
protected

Definition at line 28 of file chat.c.

Member Function Documentation

◆ Add()

void Chat::Add ( ChatMessageEventParams params)
protected

Definition at line 68 of file chat.c.

◆ AddInternal()

void Chat::AddInternal ( ChatMessageEventParams params)
protected

Definition at line 127 of file chat.c.

◆ Clear()

void Chat::Clear ( )
protected

Definition at line 60 of file chat.c.

◆ Destroy()

void Chat::Destroy ( )
protected

Definition at line 55 of file chat.c.

◆ Init()

void Chat::Init ( Widget root_widget)
protected

Definition at line 33 of file chat.c.

Member Data Documentation

◆ m_LastLine

int Chat::m_LastLine
protected

Definition at line 20 of file chat.c.

◆ m_LineHeight

int Chat::m_LineHeight
protected

Definition at line 19 of file chat.c.

◆ m_Lines

ref array<ref ChatLine> Chat::m_Lines
protected

Definition at line 21 of file chat.c.

◆ m_RootWidget

Widget Chat::m_RootWidget
protected

Definition at line 18 of file chat.c.


The documentation for this class was generated from the following file:
  • Daten/5_mission/gui/chat/chat.c