JournalNotificationQueue class
JournalNotificationQueue
Inheritance
Base: game.ui.GenericNotificationGameController
Derived
None.
Properties
| Property | Type | |
|---|---|---|
showDuration | float | scripted |
currencyNotification | CName | scripted |
shardNotification | CName | scripted |
itemNotification | CName | scripted |
questNotification | CName | scripted |
genericNotification | CName | scripted |
journalMgr | WeakHandle<game.JournalManager> | scripted |
newAreablackboard | WeakHandle<game.IBlackboard> | scripted |
newAreaDef | UI_MapDef? | scripted |
newAreaID | red.CallbackObject? | scripted |
tutorialBlackboard | WeakHandle<game.IBlackboard> | scripted |
tutorialDef | UIGameDataDef? | scripted |
tutorialID | red.CallbackObject? | scripted |
tutorialDataID | red.CallbackObject? | scripted |
isHiddenByTutorial | bool | scripted |
customQuestNotificationblackBoardID | red.CallbackObject? | scripted |
customQuestNotificationblackboardDef | UI_CustomQuestNotificationDef? | scripted |
customQuestNotificationblackboard | WeakHandle<game.IBlackboard> | scripted |
transactionSystem | WeakHandle<game.TransactionSystem> | scripted |
playerPuppet | WeakHandle<game.Object> | scripted |
activeVehicleBlackboard | WeakHandle<game.IBlackboard> | scripted |
mountBBConnectionId | red.CallbackObject? | scripted |
isPlayerMounted | bool | scripted |
blackboard | WeakHandle<game.IBlackboard> | scripted |
uiSystemBB | UI_SystemDef? | scripted |
uiSystemId | red.CallbackObject? | scripted |
trackedMappinId | red.CallbackObject? | scripted |
uiSystem | game.ui.GameSystemUI? | scripted |
shardTransactionListener | WeakHandle<game.InventoryScriptListener> | scripted |
Functions
bool GetShouldSaveState()overrideRTTIint GetID()overrideRTTIbool OnPlayerAttach(game.Object playerPuppet)RTTIbool OnPlayerDetach(game.Object playerPuppet)RTTIbool OnInitialize()RTTIbool OnUninitialize()RTTIbool OnPlayerMounted(bool value)RTTIbool OnMenuUpdate(bool value)RTTIbool OnTrackedMappinUpdated(string value)RTTIbool OnTutorialVisibilityUpdate(bool value)RTTIbool OnTutorialDataUpdate(string data)RTTIbool OnCustomQuestNotificationUpdate(string value)RTTIbool OnNCPDJobDoneEvent(NCPDJobDoneEvent evt)RTTIbool OnNewLocationDiscovered(bool newLocation)RTTIbool OnJournalEntryVisited(uint hash, CName className, game.JournalNotifyOption notifyOption, game.JournalChangeType changeType)RTTIbool OnJournalUpdate(uint hash, CName className, game.JournalNotifyOption notifyOption, game.JournalChangeType changeType)RTTIbool OnCustomNotification(CustomNotificationEvent evt)RTTIbool OnHackingRewardNotification(HackingRewardNotificationEvent evt)RTTIvoid PushQuestNotification(WeakHandle<game.JournalQuest> questEntry, game.JournalEntryState state)RTTIvoid PushObjectiveQuestNotification(WeakHandle<game.JournalEntry> entry)RTTIvoid PushNotification(string title, string text, CName widget, CName animation, GenericNotificationBaseAction? action, float? duration)RTTIvoid PushNotification(game.JournalOnscreen entry)RTTIShardCollectedNotificationViewData? GetShardNotificationData(game.JournalOnscreen entry)RTTIvoid PushCrackableNotification(game.ItemID itemID, game.JournalOnscreen entry)RTTIvoid ProcessCrackableShardTutorial()RTTI