JournalManager class
game.JournalManager
Inheritance
Base: game.IJournalManager
Derived
None.
Properties
None.
Functions
WeakHandle<game.JournalInternetPage> GetMainInternetPage(WeakHandle<game.JournalInternetSite> siteEntry)RTTIWeakHandle<game.JournalEntry> GetParentEntry(WeakHandle<game.JournalEntry> childEntry)RTTIgame.JournalEntryState GetEntryState(WeakHandle<game.JournalEntry> entry)RTTIGameTime GetEntryTimestamp(WeakHandle<game.JournalEntry> entry)RTTIint GetEntryHash(WeakHandle<game.JournalEntry> entry)RTTIWeakHandle<game.JournalEntry> GetTrackedEntry()RTTIvoid TrackEntry(WeakHandle<game.JournalEntry> entry)RTTIvoid UntrackEntry()RTTIvoid TrackPrevNextEntry(bool next)RTTIbool ChangeEntryState(string uniquePath, string className, game.JournalEntryState state, game.JournalNotifyOption notifyOption)RTTIvoid ChangeEntryStateByHash(uint hash, game.JournalEntryState state, game.JournalNotifyOption notifyOption)RTTIbool HasAnyDelayedStateChanges()RTTIint GetObjectiveCurrentCounter(WeakHandle<game.JournalQuestObjective> entry)RTTIint GetObjectiveTotalCounter(WeakHandle<game.JournalQuestObjective> entry)RTTIgame.JournalMetaQuestScriptedData GetMetaQuestData(game.data.MetaQuest metaQuestId)RTTIWeakHandle<game.data.District_Record> GetDistrict(WeakHandle<game.JournalEntry> entry)RTTIuint GetRecommendedLevel(WeakHandle<game.JournalEntry> entry)RTTITDBID GetRecommendedLevelID(WeakHandle<game.JournalEntry> entry)RTTIgame.JournalQuestType GetQuestType(WeakHandle<game.JournalEntry> entry)RTTIfloat GetDistanceToNearestMappin(WeakHandle<game.JournalQuestObjective> entry, game.JournalRequestStateFilter? filter)RTTIuint GetPointOfInterestMappinHashFromQuestHash(uint hash)RTTIbool IsEp1Entry(WeakHandle<game.JournalEntry> entry)RTTIvoid SetEntryVisited(WeakHandle<game.JournalEntry> entry, bool value)RTTIbool IsEntryVisited(WeakHandle<game.JournalEntry> entry)RTTIbool IsEntryTracked(WeakHandle<game.JournalEntry> entry)RTTIWeakHandle<game.JournalEntry> GetEntry(uint hash)RTTIWeakHandle<game.JournalEntry> GetEntryByString(string uniquePath, string className)RTTIvoid RegisterScriptCallback(IScriptable obj, CName functionName, game.JournalListenerType type)RTTIvoid UnregisterScriptCallback(IScriptable obj, CName functionName)RTTIbool GetIsObjectiveOptional(WeakHandle<game.JournalQuestObjectiveBase> entry)RTTIWeakHandle<game.JournalInternetPage> TryGetWebsiteData(string address, game.JournalRequestContext context)RTTIvoid DebugShowAllPoiMappins()RTTIbool CreateScriptedQuestFromTemplate(string templateQuestEntryId, string uniqueId, string title)RTTIbool DeleteScriptedQuest(string templateQuestEntryId, string uniqueId)RTTIvoid SetScriptedQuestEntryState(string templateQuestEntryId, string uniqueId, string templatePhaseAndObjectivePath, game.JournalEntryState state, game.JournalNotifyOption notifyOption, bool track)RTTIbool SetScriptedQuestObjectiveDescription(string templateQuestEntryId, string uniqueId, string templatePhaseAndObjectivePath, string description)RTTIbool SetScriptedQuestMappinEntityID(string templateQuestEntryId, string uniqueId, string templatePhaseObjectiveAndMappinPath, ent.EntityID entityID)RTTIbool SetScriptedQuestMappinSlotName(string templateQuestEntryId, string uniqueId, string templatePhaseObjectiveAndMappinPath, TDBID recordID)RTTIbool SetScriptedQuestMappinData(string templateQuestEntryId, string uniqueId, string templatePhaseObjectiveAndMappinPath, game.map.pins.MappinData mappinData)RTTIbool OnQuestEntryTracked(WeakHandle<game.JournalEntry> entry)RTTIbool OnQuestEntryUntracked(WeakHandle<game.JournalEntry> entry)RTTIWeakHandle<game.JournalContact> GetContactByMessage(game.JournalPhoneMessage msg)RTTIIScriptable?[] GetContactDataArray(bool includeUnknown, bool includeNonCallable)RTTIbool IsAttachedToAnyActiveQuest(int hash)RTTIbool IsAttachedToTrackedObjective(int hash)RTTI