Romestead Assembly Reference

CandideServer.Database.Dungeons.DestructablesBaseConfigDataBase

Type JSON

public class in CandideServer.Database.Dungeons

Methods3
Properties0
Fields2
Events0
Type metadata
  • AssemblyCandideServer
  • NamespaceCandideServer.Database.Dungeons
  • Base typeSystem.Object
  • Hash5E055A7C29FDFBFBD0AA632065CDE806895C41709FD16B9BF10AD9ADEB8CD534

Relationships

Base type

System.Object

Fields

NameVisibilitySignature
Datapublicpublic System.Collections.Generic.Dictionary<System.String, CandideServer.Data.Dungeons.DestructablesBaseConfig> Data
DefaultConfigDataprivateprivate CandideServer.Data.Dungeons.DestructablesBaseConfig DefaultConfigData

Methods

AddData

public System.Void AddData(System.Collections.Generic.IEnumerable<CandideServer.Data.Dungeons.DestructablesBaseConfig> data)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • Hash4A5258C3AB940B20597B00EC76EC3E565CDD061BB407A802184BD266B94A0C5A
  • Body hash1B11974EE44686244269E0B66A4FD169B0A6E4696CCD5701345DF82E59B7A4E5
  • 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()
Called by
String literals
  • DestructablesBaseConfigDataBase id
  • was added to database several times.

GetConfigDataOrDefault

public CandideServer.Data.Dungeons.DestructablesBaseConfig GetConfigDataOrDefault(System.String id)

Method metadata
  • Visibilitypublic
  • Return typeCandideServer.Data.Dungeons.DestructablesBaseConfig
  • StaticTrue
  • VirtualFalse
  • Hash24A039802DFC601D30B4D0EE85D4C3A17896380830C618D2FFB620EA156C45CE
  • Body hash3B4078F0F23B306D837631720CEE75C16E6FE4C22D950CDB404FC1536481B8DB
  • IL size39
Referenced calls
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 typeSystem.Boolean
  • StaticTrue
  • VirtualFalse
  • HashB176B3E267540C4089DA7F468E40B5EB47417CCDC46770206D2DF23858D3EE61
  • Body hash2524988510E721373F9C67ED35B62571E0B2C0B1169E75DC0DF230BB85F6AC3C
  • IL size21
Referenced calls
  • System.Collections.Generic.Dictionary<System.String, CandideServer.Data.Dungeons.DestructablesBaseConfig>::TryGetValue(!0, !1&)
Called by