138 line.m_RootWidget.GetPos(
x,
y);
void Init(Widget root_widget)
void Add(ChatMessageEventParams params)
void AddInternal(ChatMessageEventParams params)
ref array< ref ChatLine > m_Lines
Param4< int, string, string, string > ChatMessageEventParams
channel, from, text, color config class
proto void Print(void var)
Prints content of variable to console/log.
static proto float Clamp(float value, float min, float max)
Clamps 'value' to 'min' if it is lower than 'min', or to 'max' if it is higher than 'max'.