Shared.Data.GodsDataBase
Type JSONpublic class in Shared.Data
Type metadata
- Assembly
Shared - Namespace
Shared.Data - Base type
System.Object - Hash
E1FBE7E19686B298A36490C9FB66C0E71402A0044E4AD7447FF794A4179606AE
Relationships
Base type
System.Object
Fields
| Name | Visibility | Signature |
|---|---|---|
DataMap# | public | public System.Collections.Generic.Dictionary<System.String, Shared.Models.Gods.GodData> DataMap |
MissingData# | public | public Shared.Models.Gods.GodData MissingData |
SuffixName# | public | public System.String SuffixName |
Methods
AddGods
#
public System.Void AddGods(System.Collections.Generic.List<Shared.Models.Gods.GodData> godsList)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
60BC7571FE6675761F62F844810A57BDD003F79602A0014A4A6E42B8291A8F9F - Body hash
A884F9D9F2B88455CC9FC6A004818625B5E93F539B47BAD10F475599854FDCBB - IL size112
Referenced calls
System.Collections.Generic.List<Shared.Models.Gods.GodData>::GetEnumerator()List.Enumerator<Shared.Models.Gods.GodData>::get_Current()System.String::Concat(System.String, System.String)Shared.Text.StringId::op_Implicit(System.String)System.Collections.Generic.Dictionary<System.String, Shared.Models.Gods.GodData>::TryAdd(!0, !1)System.String::Concat(System.String, System.String, System.String)CandideCreator.Shared.Helpers.ServerWarningHelper::Warning(System.String)List.Enumerator<Shared.Models.Gods.GodData>::MoveNext()System.IDisposable::Dispose()
Called by
String literals
*god:nameDetected duplicate god id ''.
GetAllGods
#
public System.Collections.Generic.IEnumerable<Shared.Models.Gods.GodData> GetAllGods(System.Boolean includeUnspecified)
Method metadata
- Visibilitypublic
- Return type
System.Collections.Generic.IEnumerable<Shared.Models.Gods.GodData> - StaticTrue
- VirtualFalse
- Hash
EF0D647BC4B1FA30851D742106C3CD2B1F86E3D6ED88C6B5A7975A8DD7423F48 - Body hash
5C5C3449CACE37CCA5E8C6CAF2B6AC8C23BA89E219054E29FED2637AE019CA84 - IL size8
Referenced calls
GodsDataBase.<GetAllGods>d__6::.ctor(System.Int32)
GetGodOrMissing
#
public Shared.Models.Gods.GodData GetGodOrMissing(System.String id)
Method metadata
- Visibilitypublic
- Return type
Shared.Models.Gods.GodData - StaticTrue
- VirtualFalse
- Hash
4E4227744758E53428E4284435F6ABDCE6187F6AFE80EC658DC98CEC220F56C3 - Body hash
61C50A0F56D2E13B298B88C82C452BB59B7D646E9CBEF5216668A040FBF80871 - IL size26
Referenced calls
System.Collections.Generic.Dictionary<System.String, Shared.Models.Gods.GodData>::TryGetValue(!0, !1&)
Called by
Candide.CandideUI.SkillsAndFavourUi.FavoursUserControl::GodListOnGodChangedCandide.CandideUI.WorshipUi.Altar2.AltarQuestsView::UpdateQuestsCandide.CandideUI.WorshipUi.Altar2.OfferingsWorshipChangeDisplay::UpdateInventoryCandide.CandideUI.WorshipUi.Altar2.SacrificesWorshipChangeDisplay::UpdateCitizenCandide.Dialogue.CustomYarnCommands::GetCitizenRequestDialogueLineCandide.GameModels.Managers.WorshipManager::CreateImguiCandide.GameModels.Managers.WorshipManager::SynchGodProgressionChangedShared.Models.Quests.Objectives.DiscoverGodObjective::GetDescription
GetGodOrNull
#
public Shared.Models.Gods.GodData GetGodOrNull(System.String id)
Method metadata
- Visibilitypublic
- Return type
Shared.Models.Gods.GodData - StaticTrue
- VirtualFalse
- Hash
8A74E1F95D0BE35D8CE57408680A2D04F1C790B540EB5615C6567175FE129E6E - Body hash
F02269A6CAFC8218EA8BB00025885B0B3CED1CB70BF0A9FCF84D52F87000E332 - IL size22
Referenced calls
System.Collections.Generic.Dictionary<System.String, Shared.Models.Gods.GodData>::TryGetValue(!0, !1&)