Romestead Assembly Reference

Shared.Data.GodsDataBase

Type JSON

public class in Shared.Data

Methods4
Properties0
Fields3
Events0
Type metadata
  • AssemblyShared
  • NamespaceShared.Data
  • Base typeSystem.Object
  • HashE1FBE7E19686B298A36490C9FB66C0E71402A0044E4AD7447FF794A4179606AE

Relationships

Base type

System.Object

Fields

NameVisibilitySignature
DataMappublicpublic System.Collections.Generic.Dictionary<System.String, Shared.Models.Gods.GodData> DataMap
MissingDatapublicpublic Shared.Models.Gods.GodData MissingData
SuffixNamepublicpublic System.String SuffixName

Methods

AddGods

public System.Void AddGods(System.Collections.Generic.List<Shared.Models.Gods.GodData> godsList)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • Hash60BC7571FE6675761F62F844810A57BDD003F79602A0014A4A6E42B8291A8F9F
  • Body hashA884F9D9F2B88455CC9FC6A004818625B5E93F539B47BAD10F475599854FDCBB
  • 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:name
  • Detected duplicate god id '
  • '.

GetAllGods

public System.Collections.Generic.IEnumerable<Shared.Models.Gods.GodData> GetAllGods(System.Boolean includeUnspecified)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Collections.Generic.IEnumerable<Shared.Models.Gods.GodData>
  • StaticTrue
  • VirtualFalse
  • HashEF0D647BC4B1FA30851D742106C3CD2B1F86E3D6ED88C6B5A7975A8DD7423F48
  • Body hash5C5C3449CACE37CCA5E8C6CAF2B6AC8C23BA89E219054E29FED2637AE019CA84
  • IL size8
Referenced calls
  • GodsDataBase.<GetAllGods>d__6::.ctor(System.Int32)
Called by

GetGodOrMissing

public Shared.Models.Gods.GodData GetGodOrMissing(System.String id)

Method metadata
  • Visibilitypublic
  • Return typeShared.Models.Gods.GodData
  • StaticTrue
  • VirtualFalse
  • Hash4E4227744758E53428E4284435F6ABDCE6187F6AFE80EC658DC98CEC220F56C3
  • Body hash61C50A0F56D2E13B298B88C82C452BB59B7D646E9CBEF5216668A040FBF80871
  • IL size26
Referenced calls
  • System.Collections.Generic.Dictionary<System.String, Shared.Models.Gods.GodData>::TryGetValue(!0, !1&)
Called by

GetGodOrNull

public Shared.Models.Gods.GodData GetGodOrNull(System.String id)

Method metadata
  • Visibilitypublic
  • Return typeShared.Models.Gods.GodData
  • StaticTrue
  • VirtualFalse
  • Hash8A74E1F95D0BE35D8CE57408680A2D04F1C790B540EB5615C6567175FE129E6E
  • Body hashF02269A6CAFC8218EA8BB00025885B0B3CED1CB70BF0A9FCF84D52F87000E332
  • IL size22
Referenced calls
  • System.Collections.Generic.Dictionary<System.String, Shared.Models.Gods.GodData>::TryGetValue(!0, !1&)
Called by