Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
notificationsystem.c File Reference

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
 

Enumeration Type Documentation

◆ 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.

Function Documentation

◆ GetDetailText()

string GetDetailText ( )

Definition at line 55 of file notificationsystem.c.

◆ GetIcon()

string GetIcon ( )

Definition at line 45 of file notificationsystem.c.

◆ GetRemainingTime()

float GetRemainingTime ( )

Definition at line 40 of file notificationsystem.c.

◆ GetTime()

float GetTime ( )

Definition at line 35 of file notificationsystem.c.

◆ GetTitleText()

string GetTitleText ( )

Definition at line 50 of file notificationsystem.c.

◆ NotificationRuntimeData()

void NotificationRuntimeData ( float  time,
NotificationData  data,
string  detail_text 
)

Definition at line 23 of file notificationsystem.c.

◆ SetTime()

void SetTime ( float  time)

DEPRECATED.

◆ UpdateRemainingTime()

void UpdateRemainingTime ( float  updateInterval)

Definition at line 60 of file notificationsystem.c.

Variable Documentation

◆ m_DetailText

string m_DetailText

Definition at line 21 of file notificationsystem.c.

◆ m_NotificationTime

float m_NotificationTime

Definition at line 19 of file notificationsystem.c.

◆ m_StaticData

enum NotificationType m_StaticData

◆ m_TimeRemaining

float m_TimeRemaining

Definition at line 20 of file notificationsystem.c.