Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
NotificationData Class Reference

Private Member Functions

void NotificationData (string icon, string title_text, string desc_text="")

Private Attributes

string m_DescriptionText
string m_Icon
string m_TitleText

Detailed Description

Definition at line 1 of file notificationdata.c.

Constructor & Destructor Documentation

◆ NotificationData()

void NotificationData ( string icon,
string title_text,
string desc_text = "" )
inlineprivate

Definition at line 7 of file notificationdata.c.

References m_DescriptionText, m_Icon, and m_TitleText.

Field Documentation

◆ m_DescriptionText

string m_DescriptionText
private

Definition at line 5 of file notificationdata.c.

Referenced by NotificationData().

◆ m_Icon

string m_Icon
private

Definition at line 3 of file notificationdata.c.

Referenced by NotificationData().

◆ m_TitleText

string m_TitleText
private

Definition at line 4 of file notificationdata.c.

Referenced by NotificationData().


The documentation for this class was generated from the following file: