Romestead Assembly Reference

Candide.Database.SpellTypesDataBase

Type JSON

public class in Candide.Database

Methods3
Properties0
Fields2
Events0
Type metadata
  • AssemblyRomestead
  • NamespaceCandide.Database
  • Base typeSystem.Object
  • Hash9A329FAE440E98FDF1EDD2240ECB05C1409EFE93D4443A7C2420601423BAE0BA

Relationships

Base type

System.Object

Fields

NameVisibilitySignature
MissingDatapublicpublic Candide.GameModels.Models.Spells.AbstractSpell MissingData
SpellTypeDataMappublicpublic System.Collections.Generic.Dictionary<System.String, Candide.GameModels.Models.Spells.AbstractSpell> SpellTypeDataMap

Methods

AddSpellTypes

public System.Void AddSpellTypes(System.Collections.Generic.List<Candide.Data.SpellTypeData> spells)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • HashD300EAF27FC64D1DECFAEEDC89D2AC30408757844CEA2D083E02B7871B64F356
  • Body hash84FBB0C2411972A8F348872EA8C17539C77FCAC3887577AFFC43DA1185DE1338
  • IL size101
Referenced calls
  • System.Collections.Generic.List<Candide.Data.SpellTypeData>::GetEnumerator()
  • List.Enumerator<Candide.Data.SpellTypeData>::get_Current()
  • System.Collections.Generic.Dictionary<System.String, Candide.GameModels.Models.Spells.AbstractSpell>::ContainsKey(!0)
  • System.String::Concat(System.String, System.String, System.String)
  • CandideCreator.Shared.Helpers.WarningHelper::Warning(System.String)
  • System.Collections.Generic.Dictionary<System.String, Candide.GameModels.Models.Spells.AbstractSpell>::set_Item(!0, !1)
  • List.Enumerator<Candide.Data.SpellTypeData>::MoveNext()
  • System.IDisposable::Dispose()
Called by
String literals
  • Detected duplicate spell type id '
  • '.

GetSpellOrMissing

public Candide.GameModels.Models.Spells.AbstractSpell GetSpellOrMissing(System.String id)

Method metadata
  • Visibilitypublic
  • Return typeCandide.GameModels.Models.Spells.AbstractSpell
  • StaticTrue
  • VirtualFalse
  • Hash80345DEDA809CF5227A045EDED4C5B98FC13FBD9D20CA750EACCA325A69D760C
  • Body hash3730ACA4A49DAB3C48A65EA1AFE1EEEF81C31AED5D307DF7963275EC2422E27E
  • IL size26
Referenced calls
  • System.Collections.Generic.Dictionary<System.String, Candide.GameModels.Models.Spells.AbstractSpell>::TryGetValue(!0, !1&)
Called by

GetSpellOrNull

public Candide.GameModels.Models.Spells.AbstractSpell GetSpellOrNull(System.String id)

Method metadata
  • Visibilitypublic
  • Return typeCandide.GameModels.Models.Spells.AbstractSpell
  • StaticTrue
  • VirtualFalse
  • Hash6EADD5F170E44BC6FC12D7043A0F4EF3755C8B150C2AEF92079C505FAC2218DC
  • Body hashEB1DC1CF9B8D445C4D3D366C6B383B97B03E52BF4F548F032B0959E3555D5FCE
  • IL size22
Referenced calls
  • System.Collections.Generic.Dictionary<System.String, Candide.GameModels.Models.Spells.AbstractSpell>::TryGetValue(!0, !1&)