DayZ 1.24
Loading...
Searching...
No Matches
NotificationData.c
Go to the documentation of this file.
2{
3 string m_Icon;
4 string m_TitleText;
6
7 void NotificationData(string icon, string title_text, string desc_text = "")
8 {
9 m_Icon = icon;
11 if (desc_text != "")
13 }
14}
void NotificationData(string icon, string title_text, string desc_text="")