Candide.Database.SpellTypesDataBase
Type JSONpublic class in Candide.Database
Type metadata
- Assembly
Romestead - Namespace
Candide.Database - Base type
System.Object - Hash
9A329FAE440E98FDF1EDD2240ECB05C1409EFE93D4443A7C2420601423BAE0BA
Relationships
Base type
System.Object
Fields
| Name | Visibility | Signature |
|---|---|---|
MissingData# | public | public Candide.GameModels.Models.Spells.AbstractSpell MissingData |
SpellTypeDataMap# | public | public 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 type
System.Void - StaticTrue
- VirtualFalse
- Hash
D300EAF27FC64D1DECFAEEDC89D2AC30408757844CEA2D083E02B7871B64F356 - Body hash
84FBB0C2411972A8F348872EA8C17539C77FCAC3887577AFFC43DA1185DE1338 - 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()
String literals
Detected duplicate spell type id ''.
GetSpellOrMissing
#
public Candide.GameModels.Models.Spells.AbstractSpell GetSpellOrMissing(System.String id)
Method metadata
- Visibilitypublic
- Return type
Candide.GameModels.Models.Spells.AbstractSpell - StaticTrue
- VirtualFalse
- Hash
80345DEDA809CF5227A045EDED4C5B98FC13FBD9D20CA750EACCA325A69D760C - Body hash
3730ACA4A49DAB3C48A65EA1AFE1EEEF81C31AED5D307DF7963275EC2422E27E - IL size26
Referenced calls
System.Collections.Generic.Dictionary<System.String, Candide.GameModels.Models.Spells.AbstractSpell>::TryGetValue(!0, !1&)
GetSpellOrNull
#
public Candide.GameModels.Models.Spells.AbstractSpell GetSpellOrNull(System.String id)
Method metadata
- Visibilitypublic
- Return type
Candide.GameModels.Models.Spells.AbstractSpell - StaticTrue
- VirtualFalse
- Hash
6EADD5F170E44BC6FC12D7043A0F4EF3755C8B150C2AEF92079C505FAC2218DC - Body hash
EB1DC1CF9B8D445C4D3D366C6B383B97B03E52BF4F548F032B0959E3555D5FCE - IL size22
Referenced calls
System.Collections.Generic.Dictionary<System.String, Candide.GameModels.Models.Spells.AbstractSpell>::TryGetValue(!0, !1&)