CandideServer.Database.Dungeons.HandcraftedDungeonDataBase
Type JSONpublic class in CandideServer.Database.Dungeons
Type metadata
- Assembly
CandideServer - Namespace
CandideServer.Database.Dungeons - Base type
System.Object - Hash
2745F2F58980E34872FA22B24C814942D820EDAF205488093BFA5B8360188656
Relationships
Base type
System.Object
Fields
| Name | Visibility | Signature |
|---|---|---|
Data# | public | public System.Collections.Generic.Dictionary<System.String, CandideServer.Data.Dungeons.HandcraftedDungeonData> Data |
DefaultConfigData# | private | private CandideServer.Data.Dungeons.HandcraftedDungeonData DefaultConfigData |
Methods
AddData
#
public System.Void AddData(System.Collections.Generic.IEnumerable<CandideServer.Data.Dungeons.HandcraftedDungeonData> data)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
FD17D23DE1AAF22B7FFACC9CF216451209773EA8832355324803EA9954398347 - Body hash
29C52EA947F809354A4EC76942E52E38A813405FE0653E3B834A534BFA6EDC3C - IL size82
Referenced calls
System.Collections.Generic.IEnumerable<CandideServer.Data.Dungeons.HandcraftedDungeonData>::GetEnumerator()System.Collections.Generic.IEnumerator<CandideServer.Data.Dungeons.HandcraftedDungeonData>::get_Current()System.Collections.Generic.Dictionary<System.String, CandideServer.Data.Dungeons.HandcraftedDungeonData>::TryAdd(!0, !1)System.String::Concat(System.String, System.String, System.String)CandideCreator.Shared.Helpers.ServerWarningHelper::Warning(System.String)System.Collections.IEnumerator::MoveNext()System.IDisposable::Dispose()
String literals
HandcraftedDungeonDataBase idwas added to database several times.
GetDataOrDefault
#
public CandideServer.Data.Dungeons.HandcraftedDungeonData GetDataOrDefault(System.String id)
Method metadata
- Visibilitypublic
- Return type
CandideServer.Data.Dungeons.HandcraftedDungeonData - StaticTrue
- VirtualFalse
- Hash
044C4034E95A34A33A87EA77459A4C4CE1F90C253A86CC095FB2616AAFF5ECC0 - Body hash
7E2087DF4822EEBE70C56100EF9476054883DE2E3C0521902A44243D16506408 - IL size39
Referenced calls
System.Collections.Generic.Dictionary<System.String, CandideServer.Data.Dungeons.HandcraftedDungeonData>::TryGetValue(!0, !1&)System.String::Concat(System.String, System.String)CandideCreator.Shared.Helpers.ServerWarningHelper::Warning(System.String)
String literals
HandcraftedDungeonDataBase: Can't find data with id
TryGetData
#
public System.Boolean TryGetData(System.String id, out CandideServer.Data.Dungeons.HandcraftedDungeonData& configData)
Method metadata
- Visibilitypublic
- Return type
System.Boolean - StaticTrue
- VirtualFalse
- Hash
1BAEFCB9447CA9B0CCD55E43CC10918B84370259D82609E9540DA90C92F7D2B5 - Body hash
D1C3480B15910B7E104B7EEE1DCC21A94B97DDF2769501C5B45E9917DEB81493 - IL size21
Referenced calls
System.Collections.Generic.Dictionary<System.String, CandideServer.Data.Dungeons.HandcraftedDungeonData>::TryGetValue(!0, !1&)