CandideServer.Database.Dungeons.DestructablesBaseConfigDataBase
Type JSONpublic class in CandideServer.Database.Dungeons
Type metadata
- Assembly
CandideServer - Namespace
CandideServer.Database.Dungeons - Base type
System.Object - Hash
5E055A7C29FDFBFBD0AA632065CDE806895C41709FD16B9BF10AD9ADEB8CD534
Relationships
Base type
System.Object
Fields
| Name | Visibility | Signature |
|---|---|---|
Data# | public | public System.Collections.Generic.Dictionary<System.String, CandideServer.Data.Dungeons.DestructablesBaseConfig> Data |
DefaultConfigData# | private | private CandideServer.Data.Dungeons.DestructablesBaseConfig DefaultConfigData |
Methods
AddData
#
public System.Void AddData(System.Collections.Generic.IEnumerable<CandideServer.Data.Dungeons.DestructablesBaseConfig> data)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
4A5258C3AB940B20597B00EC76EC3E565CDD061BB407A802184BD266B94A0C5A - Body hash
1B11974EE44686244269E0B66A4FD169B0A6E4696CCD5701345DF82E59B7A4E5 - IL size82
Referenced calls
System.Collections.Generic.IEnumerable<CandideServer.Data.Dungeons.DestructablesBaseConfig>::GetEnumerator()System.Collections.Generic.IEnumerator<CandideServer.Data.Dungeons.DestructablesBaseConfig>::get_Current()System.Collections.Generic.Dictionary<System.String, CandideServer.Data.Dungeons.DestructablesBaseConfig>::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
DestructablesBaseConfigDataBase idwas added to database several times.
GetConfigDataOrDefault
#
public CandideServer.Data.Dungeons.DestructablesBaseConfig GetConfigDataOrDefault(System.String id)
Method metadata
- Visibilitypublic
- Return type
CandideServer.Data.Dungeons.DestructablesBaseConfig - StaticTrue
- VirtualFalse
- Hash
24A039802DFC601D30B4D0EE85D4C3A17896380830C618D2FFB620EA156C45CE - Body hash
3B4078F0F23B306D837631720CEE75C16E6FE4C22D950CDB404FC1536481B8DB - IL size39
Referenced calls
System.Collections.Generic.Dictionary<System.String, CandideServer.Data.Dungeons.DestructablesBaseConfig>::TryGetValue(!0, !1&)System.String::Concat(System.String, System.String)CandideCreator.Shared.Helpers.ServerWarningHelper::Warning(System.String)
String literals
DestructablesBaseConfigDataBase: Can't find config with id
TryGetConfigData
#
public System.Boolean TryGetConfigData(System.String id, out CandideServer.Data.Dungeons.DestructablesBaseConfig& configData)
Method metadata
- Visibilitypublic
- Return type
System.Boolean - StaticTrue
- VirtualFalse
- Hash
B176B3E267540C4089DA7F468E40B5EB47417CCDC46770206D2DF23858D3EE61 - Body hash
2524988510E721373F9C67ED35B62571E0B2C0B1169E75DC0DF230BB85F6AC3C - IL size21
Referenced calls
System.Collections.Generic.Dictionary<System.String, CandideServer.Data.Dungeons.DestructablesBaseConfig>::TryGetValue(!0, !1&)