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. | |
Variables | |
| static const float | NOTIFICATION_FADE_TIME = 3.0 |
| 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 | |
| string GetDetailText | ( | ) |
References m_DetailText.
| string GetIcon | ( | ) |
References m_StaticData.
Referenced by Container::GetFocusedIcon(), Container::GetIcon(), and Container::UpdateSelection().
| float GetRemainingTime | ( | ) |
References m_TimeRemaining.
Referenced by Tick().
| float GetTime | ( | ) |
References m_NotificationTime.
Referenced by AttachBleedingToZonesByHeight(), HumanCommandActionCallback::CancelCondition(), Car::CheckContactCache(), CreateRecord(), MissionBase::InsertCorpse(), ServerBrowserTab::LeftHold(), MissionBase::OnClientDisconnectedEvent(), OnScheduledTick(), GameInventory::OnServerInventoryCommandStatic(), ShockMdfr::OnTick(), UIPopupScript::OnUpdate(), ServerBrowserTabConsolePages::PressX(), ProcessSound(), InjurySoundHandlerBase::ProcessSound(), Randomize(), ServerBrowserTab::RefreshServerList(), ServerBrowserTab::RightHold(), InventoryInputUserData::SendInputUserDataHandEvent(), InventoryInputUserData::SendInputUserDataMove(), InventoryInputUserData::SendInputUserDataSwap(), StaminaSoundHandlerBase::Update(), MissionBase::UpdateLogoutPlayers(), and ValidateSyncMove().
| string GetTitleText | ( | ) |
References m_StaticData.
| void NotificationRuntimeData | ( | float | time, |
| NotificationData | data, | ||
| string | detail_text | ||
| ) |
References m_DetailText, m_NotificationTime, m_StaticData, and m_TimeRemaining.
Referenced by NotificationSystem::AddNotification(), NotificationSystem::AddNotificationExtended(), and NotificationSystem::Update().
| void SetTime | ( | float | time | ) |
DEPRECATED.
| void UpdateRemainingTime | ( | float | updateInterval | ) |
References m_TimeRemaining.
| string m_DetailText |
Referenced by GetDetailText(), and NotificationRuntimeData().
| float m_NotificationTime |
Referenced by GetTime(), and NotificationRuntimeData().
| enum NotificationType m_StaticData |
Referenced by GetIcon(), GetTitleText(), and NotificationRuntimeData().
| float m_TimeRemaining |
Referenced by GetRemainingTime(), NotificationRuntimeData(), and UpdateRemainingTime().
|
static |