Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Data Structures | |
class | NotificationSystem |
Enumerations | |
enum | NotificationType { FRIEND_CONNECTED, INVITE_FAIL_SAME_SERVER, JOIN_FAIL_GET_SESSION, CONNECT_FAIL_GENERIC, DISCONNECTED, GENERIC_ERROR, NOTIFICATIONS_END } |
DEPRECATED (moved into NotificationSystem) More... | |
Functions | |
void | NotificationRuntimeData (float time, NotificationData data, string detail_text) |
float | GetTime () |
float | GetRemainingTime () |
string | GetIcon () |
string | GetTitleText () |
string | GetDetailText () |
void | UpdateRemainingTime (float updateInterval) |
void | SetTime (float time) |
DEPRECATED. More... | |
Variables | |
enum NotificationType | m_StaticData |
float | m_NotificationTime |
float | m_TimeRemaining |
string | m_DetailText |
enum NotificationType |
DEPRECATED (moved into NotificationSystem)
Enumerator | |
---|---|
FRIEND_CONNECTED | |
INVITE_FAIL_SAME_SERVER | |
JOIN_FAIL_GET_SESSION | |
CONNECT_FAIL_GENERIC | |
DISCONNECTED | |
GENERIC_ERROR | |
NOTIFICATIONS_END |
Definition at line 3 of file notificationsystem.c.
string GetDetailText | ( | ) |
Definition at line 55 of file notificationsystem.c.
string GetIcon | ( | ) |
Definition at line 45 of file notificationsystem.c.
float GetRemainingTime | ( | ) |
Definition at line 40 of file notificationsystem.c.
float GetTime | ( | ) |
Definition at line 35 of file notificationsystem.c.
string GetTitleText | ( | ) |
Definition at line 50 of file notificationsystem.c.
void NotificationRuntimeData | ( | float | time, |
NotificationData | data, | ||
string | detail_text | ||
) |
Definition at line 23 of file notificationsystem.c.
void SetTime | ( | float | time | ) |
DEPRECATED.
void UpdateRemainingTime | ( | float | updateInterval | ) |
Definition at line 60 of file notificationsystem.c.
string m_DetailText |
Definition at line 21 of file notificationsystem.c.
float m_NotificationTime |
Definition at line 19 of file notificationsystem.c.
enum NotificationType m_StaticData |
float m_TimeRemaining |
Definition at line 20 of file notificationsystem.c.