Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
notificationdata.c
Go to the documentation of this file.
1
class
NotificationData
2
{
3
string
m_Icon;
4
string
m_TitleText;
5
string
m_DescriptionText;
6
7
void
NotificationData
(
string
icon,
string
title_text,
string
desc_text =
""
)
8
{
9
m_Icon = icon;
10
m_TitleText = title_text;
11
if
(desc_text !=
""
)
12
m_DescriptionText = desc_text;
13
}
14
}
NotificationData
Definition:
notificationdata.c:1
DAYZ
scripts_v1.24.157551
scripts
game
client
notifications
notificationdata.c
Generated by
1.8.17