Candide.CandideUI.ObjectivesUi.CandideObjectivesWindow
Type JSONpublic class in Candide.CandideUI.ObjectivesUi
Type metadata
- Assembly
Romestead - Namespace
Candide.CandideUI.ObjectivesUi - Base type
Candide.CandideUI.Containers.CandideExtendedCustomGraphicsWindow - Hash
3912CAD69E57BFE6523FF0616930A1ED7DA29CAA9F5885B433BE1508AC3AAC66
Relationships
Base type
Candide.CandideUI.Containers.CandideExtendedCustomGraphicsWindow
Referenced by types
Fields
| Name | Visibility | Signature |
|---|---|---|
DescriptionView# | public | public Candide.CandideUI.ObjectivesUi.QuestDescriptionView DescriptionView |
RememberedExpandedLists# | public | public System.Boolean[] RememberedExpandedLists |
_mainPanel# | private | private Candide.CandideUI.Containers.CandidePanel _mainPanel |
_questFinishedPersonalList# | private | private Candide.CandideUI.ObjectivesUi.QuestList _questFinishedPersonalList |
_questFinishedWorldList# | private | private Candide.CandideUI.ObjectivesUi.QuestList _questFinishedWorldList |
_questPersonalList# | private | private Candide.CandideUI.ObjectivesUi.QuestList _questPersonalList |
_questWorldList# | private | private Candide.CandideUI.ObjectivesUi.QuestList _questWorldList |
_rememberedSelectedQuest# | private | private System.String _rememberedSelectedQuest |
Methods
QuestListOnSelectedChanged
#
private System.Void QuestListOnSelectedChanged(System.Object sender, Candide.CandideUI.CandideUiElement e)
Method metadata
- Visibilityprivate
- Return type
System.Void - StaticFalse
- VirtualFalse
- Hash
B36B50AC315723CC2A3C5C81BAC8F910D38E2061C3596719CECD8E08AAEFBDDA - Body hash
B6EAF1EC04E4BF17707E4A6711A813B947E258B569A448536A77713EA13F81A7 - IL size35
Referenced calls
String literals
Couldn't find quest ID in the element's tag
QuestsManagerOnPersonalQuestsChanged
#
private System.Void QuestsManagerOnPersonalQuestsChanged(Candide.GameModels.Managers.GameStatePersonalQuestsChangedArgs args)
Method metadata
- Visibilityprivate
- Return type
System.Void - StaticFalse
- VirtualFalse
- Hash
455FE6758C348E6AC97E4367590B9218C7F76D23470D250D0D8BC3B876E629F6 - Body hash
5EACF3A349451BAED255A7EB43ABE9F58CE603D90EA3313FF003A8EF424DECAD - IL size25
QuestsManagerOnWorldQuestsChanged
#
private System.Void QuestsManagerOnWorldQuestsChanged(Candide.GameModels.Managers.GameStateWorldQuestsChangedArgs args)
Method metadata
- Visibilityprivate
- Return type
System.Void - StaticFalse
- VirtualFalse
- Hash
D0F1A19A978220C95FEAD56C6404BFC16F524A5FB28B9EB0AE000BD1A7B0C009 - Body hash
464762F75CF73F8611BD16B5E9B1F8853EE45D43AF4D0949F19D745EC1F8DE00 - IL size25
ResetRemembered
#
public System.Void ResetRemembered()
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
B998D8703CBCE5752EF3789CF13EE84A9986D3F558A0525E227934A2553F7668 - Body hash
DCC1A6A3D823DF595A320BD5695413D9D40E0C0CCE711E732A53E345D6D5D902 - IL size39
SetSelectedQuest
#
private System.Void SetSelectedQuest(System.String questId)
Method metadata
- Visibilityprivate
- Return type
System.Void - StaticFalse
- VirtualFalse
- Hash
371EFC34D09AB7435C5F77C6D38CF6D01DC837D5F7488F526A55746E2A6A421E - Body hash
47B8368CE9B42A34A1823D786E0FCCDFCD1ED857E8E3D58FF06770926855B267 - IL size139
Referenced calls
System.Collections.Generic.Dictionary<System.String, Shared.Models.Quests.QuestInstanceModel>::TryGetValue(!0, !1&)Shared.Data.QuestsDataBase::GetQuestOrNull(System.String)System.String::Concat(System.String, System.String)CandideCreator.Shared.Helpers.WarningHelper::Warning(System.String)Candide.CandideUI.ObjectivesUi.QuestDescriptionView::UpdateInstanceData(Shared.Models.Quests.QuestData, Shared.Models.Quests.QuestInstanceModel)Candide.CandideUI.ObjectivesUi.QuestList::SelectedHasChanged(System.String)
String literals
Couldn't find quest from quest ID
UpdateQuests
#
private System.Void UpdateQuests(System.Collections.Generic.List<System.String> finishedQuests, System.Collections.Generic.List<System.String> failedQuests, System.Collections.Generic.List<System.String> addedQuests)
Method metadata
- Visibilityprivate
- Return type
System.Void - StaticFalse
- VirtualFalse
- Hash
606FDA7553E4F8E51EDE6431ACF45BA94EEC68CA1D49DF94683B869727E160AA - Body hash
5C8A29D80612D11666647C5B6B8818530FBC5B8B1F4DF5BAF6EF9EA774B07DFE - IL size494
Referenced calls
System.Collections.Generic.List<System.String>::get_Count()Candide.CandideUI.ObjectivesUi.QuestDescriptionView::get_SelectedQuestId()System.Collections.Generic.List<System.String>::GetEnumerator()List.Enumerator<System.String>::get_Current()System.String::op_Inequality(System.String, System.String)List.Enumerator<System.String>::MoveNext()System.IDisposable::Dispose()Candide.CandideUI.ObjectivesUi.QuestDescriptionView::SetNoQuestSelected()System.String::IsNullOrEmpty(System.String)Shared.Data.QuestsDataBase::GetQuestOrMissing(System.String)System.Collections.Generic.Dictionary<System.String, Shared.Models.Quests.QuestInstanceModel>::TryGetValue(!0, !1&)System.NotImplementedException::.ctor(System.String)System.ArgumentOutOfRangeException::.ctor()Candide.CandideUI.ObjectivesUi.QuestDescriptionView::UpdateInstanceData(Shared.Models.Quests.QuestData, Shared.Models.Quests.QuestInstanceModel)Candide.CandideUI.ObjectivesUi.QuestList::UpdateQuests(System.Boolean, System.Boolean, System.String)
Called by
String literals
We should not have citizen quests yet