![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Protected Member Functions | |
| void | NotificationUI () |
| void | ~NotificationUI () |
| void | AddNotification (NotificationRuntimeData data) |
| void | AddVoiceNotification (string player, string name) |
| void | ClearVoiceNotifications () |
| void | RemoveNotification (NotificationRuntimeData data) |
| void | RemoveVoiceNotification (string player) |
| void | Update (float timeslice) |
| void | UpdateOffset () |
| void | UpdateTargetHeight () |
Protected Attributes | |
| float | m_BackupPosX |
| float | m_BackupPosY |
| float | m_CurrentHeight |
| ref Widget | m_NotificationContent |
| ref map< NotificationRuntimeData, Widget > | m_Notifications |
| bool | m_OffsetEnabled |
| ref Widget | m_Root |
| ref Widget | m_Spacer |
| float | m_TargetHeight |
| ref Widget | m_VoiceContent |
| ref map< string, Widget > | m_VoiceNotifications |
| ref map< string, Widget > | m_WidgetTimers |
| float | m_Width |
Static Protected Attributes | |
| static float | m_VelArr [1] |
Definition at line 1 of file notificationui.c.
|
inlineprotected |
Definition at line 20 of file notificationui.c.
References AddNotification(), g_Game, NotificationSystem::GetInstance(), ScriptInvoker::Insert(), m_NotificationContent, m_Notifications, NotificationSystem::m_OnNotificationAdded, NotificationSystem::m_OnNotificationRemoved, m_Root, m_Spacer, m_VoiceContent, m_VoiceNotifications, m_WidgetTimers, and RemoveNotification().
|
inlineprotected |
Definition at line 38 of file notificationui.c.
References AddNotification(), NotificationSystem::GetInstance(), NotificationSystem::m_OnNotificationAdded, NotificationSystem::m_OnNotificationRemoved, ScriptInvoker::Remove(), and RemoveNotification().
|
inlineprotected |
Definition at line 48 of file notificationui.c.
References g_Game, m_NotificationContent, m_Notifications, NotificationRuntimeData(), and UpdateTargetHeight().
Referenced by NotificationUI(), and ~NotificationUI().
Definition at line 85 of file notificationui.c.
References g_Game, m_VoiceContent, m_VoiceNotifications, m_WidgetTimers, name, and UpdateTargetHeight().
|
inlineprotected |
Definition at line 124 of file notificationui.c.
References m_VoiceNotifications, and UpdateTargetHeight().
|
inlineprotected |
Definition at line 74 of file notificationui.c.
References m_Notifications, m_WidgetTimers, NotificationRuntimeData(), and UpdateTargetHeight().
Referenced by NotificationUI(), and ~NotificationUI().
|
inlineprotected |
Definition at line 113 of file notificationui.c.
References m_VoiceNotifications, m_WidgetTimers, and UpdateTargetHeight().
|
inlineprotected |
Definition at line 177 of file notificationui.c.
References Math::Clamp(), m_CurrentHeight, m_Root, m_Spacer, m_TargetHeight, m_VelArr, m_WidgetTimers, m_Width, NotificationSystem::NOTIFICATION_FADE_TIME, Math::SmoothCD(), UpdateOffset(), UpdateTargetHeight(), and x.
|
inlineprotected |
Definition at line 148 of file notificationui.c.
References g_Game, m_BackupPosX, m_BackupPosY, m_OffsetEnabled, m_Root, x, and y.
Referenced by Update(), and UpdateTargetHeight().
|
inlineprotected |
Definition at line 135 of file notificationui.c.
References m_CurrentHeight, m_NotificationContent, m_Root, m_Spacer, m_TargetHeight, m_VoiceContent, m_Width, UpdateOffset(), and x.
Referenced by AddNotification(), AddVoiceNotification(), ClearVoiceNotifications(), RemoveNotification(), RemoveVoiceNotification(), and Update().
|
protected |
Definition at line 14 of file notificationui.c.
Referenced by UpdateOffset().
|
protected |
Definition at line 15 of file notificationui.c.
Referenced by UpdateOffset().
|
protected |
Definition at line 12 of file notificationui.c.
Referenced by Update(), and UpdateTargetHeight().
|
protected |
Definition at line 6 of file notificationui.c.
Referenced by NotificationUI(), AddNotification(), and UpdateTargetHeight().
|
protected |
Definition at line 8 of file notificationui.c.
Referenced by NotificationUI(), AddNotification(), and RemoveNotification().
|
protected |
Definition at line 18 of file notificationui.c.
Referenced by UpdateOffset().
|
protected |
Definition at line 3 of file notificationui.c.
Referenced by NotificationUI(), Update(), UpdateOffset(), and UpdateTargetHeight().
|
protected |
Definition at line 4 of file notificationui.c.
Referenced by NotificationUI(), Update(), and UpdateTargetHeight().
|
protected |
Definition at line 13 of file notificationui.c.
Referenced by Update(), and UpdateTargetHeight().
|
staticprotected |
Definition at line 176 of file notificationui.c.
Referenced by Update().
|
protected |
Definition at line 5 of file notificationui.c.
Referenced by NotificationUI(), AddVoiceNotification(), and UpdateTargetHeight().
Definition at line 9 of file notificationui.c.
Referenced by NotificationUI(), AddVoiceNotification(), ClearVoiceNotifications(), and RemoveVoiceNotification().
Definition at line 16 of file notificationui.c.
Referenced by NotificationUI(), AddVoiceNotification(), RemoveNotification(), RemoveVoiceNotification(), and Update().
|
protected |
Definition at line 11 of file notificationui.c.
Referenced by Update(), and UpdateTargetHeight().