|
DayZ 1.24
|
This is the complete list of members for NotificationSystem, including all inherited members.
| AddNotification(NotificationType type, float show_time, string detail_text="") | NotificationSystem | inlineprotectedstatic |
| AddNotificationExtended(float show_time, string title_text, string detail_text="", string icon="") | NotificationSystem | inlineprotectedstatic |
| CleanupInstance() | NotificationSystem | inlineprotectedstatic |
| DEFAULT_TIME_DISPLAYED | NotificationSystem | private |
| GetInstance() | NotificationSystem | inlineprotectedstatic |
| GetNotificationData(NotificationType type) | NotificationSystem | inlineprotected |
| InitInstance() | NotificationSystem | inlineprotectedstatic |
| JSON_FILE_PATH | NotificationSystem | protectedstatic |
| LoadNotificationData() | NotificationSystem | inlineprotectedstatic |
| m_DataArray | NotificationSystem | protected |
| m_DeferredArray | NotificationSystem | protected |
| m_Instance | NotificationSystem | protectedstatic |
| m_OnNotificationAdded | NotificationSystem | protected |
| m_OnNotificationRemoved | NotificationSystem | protected |
| m_TimeArray | NotificationSystem | protected |
| m_TimeElapsed | NotificationSystem | protected |
| MAX_NOTIFICATIONS | NotificationSystem | protectedstatic |
| NOTIFICATION_FADE_TIME | NotificationSystem | private |
| NotificationSystem() | NotificationSystem | inlineprotected |
| SendNotificationToPlayer(Man player, NotificationType type, float show_time, string detail_text="") | NotificationSystem | inlineprotectedstatic |
| SendNotificationToPlayerExtended(Man player, float show_time, string title_text, string detail_text="", string icon="") | NotificationSystem | inlineprotectedstatic |
| SendNotificationToPlayerIdentity(PlayerIdentity player, NotificationType type, float show_time, string detail_text="") | NotificationSystem | inlineprotectedstatic |
| SendNotificationToPlayerIdentityExtended(PlayerIdentity player, float show_time, string title_text, string detail_text="", string icon="") | NotificationSystem | inlineprotectedstatic |
| Update(float timeslice) | NotificationSystem | inlineprotectedstatic |
| UPDATE_INTERVAL_THRESHOLD | NotificationSystem | privatestatic |