Romestead Assembly Reference

CandideServer.Database.Dungeons.PropsBaseConfigDataBase

Type JSON

public class in CandideServer.Database.Dungeons

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

Relationships

Base type

System.Object

Fields

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

Methods

AddData

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

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • HashB45F8F36E070889F50FCCD9D4531B0CFF158556E76DABDE06BFAB1A2EB457B1B
  • Body hashF48119C83DEF86B19C9DA8CACED24EFF85DB7033EAAB714B17C97E5953F62D3F
  • IL size82
Referenced calls
  • System.Collections.Generic.IEnumerable<CandideServer.Data.Dungeons.PropsBaseConfig>::GetEnumerator()
  • System.Collections.Generic.IEnumerator<CandideServer.Data.Dungeons.PropsBaseConfig>::get_Current()
  • System.Collections.Generic.Dictionary<System.String, CandideServer.Data.Dungeons.PropsBaseConfig>::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
  • PropsBaseConfigDataBase id
  • was added to database several times.

GetConfigDataOrDefault

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

Method metadata
  • Visibilitypublic
  • Return typeCandideServer.Data.Dungeons.PropsBaseConfig
  • StaticTrue
  • VirtualFalse
  • Hash58EAD66EB12F1E6611C4F842B43A3E982365F452934C579AC24FD9D4E1778B04
  • Body hash04856669DDE08E0845D4C93AA2D49C3038E93FEDAD5B60A6126C8CF318459B97
  • IL size39
Referenced calls
String literals
  • PropsBaseConfigDataBase: Can't find config with id

TryGetConfigData

public System.Boolean TryGetConfigData(System.String id, out CandideServer.Data.Dungeons.PropsBaseConfig& configData)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Boolean
  • StaticTrue
  • VirtualFalse
  • Hash778F5612A111F95082DEC9C45C73D8FDA909E15A6350C5B173F37552A595BF2C
  • Body hash4E1297F9A638A4B9642B261B35FF1F08B7752002C8170CE829F9AC5959D4A96A
  • IL size21
Referenced calls
  • System.Collections.Generic.Dictionary<System.String, CandideServer.Data.Dungeons.PropsBaseConfig>::TryGetValue(!0, !1&)
Called by