Romestead Assembly Reference

CandideServer.Database.SpawnTableDataBase

Type JSON

public class in CandideServer.Database

Methods2
Properties0
Fields1
Events0
Type metadata
  • AssemblyCandideServer
  • NamespaceCandideServer.Database
  • Base typeSystem.Object
  • Hash8449FCB3B660A97BF820A6B9D8B27E92F4C23AB87F70D78C948F046F01714541

Relationships

Base type

System.Object

Fields

NameVisibilitySignature
SpawnDataMappublicpublic System.Collections.Generic.Dictionary<System.String, CandideServer.Models.SpawnSystem.SpawnTable> SpawnDataMap

Methods

AddSpawnTables

public System.Void AddSpawnTables(System.Collections.Generic.List<CandideServer.Models.SpawnSystem.SpawnTable> spawnTables)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • Hash95530CFE821A01EBD9237DF82EE027166DAE283158F5B118DC67305F1D041305
  • Body hash2A7C6C8F84FCA0C79738ADD5F5B0B2BB627DDB62C74C7D79137FBD7EE2F3904B
  • IL size165
Referenced calls
  • System.Collections.Generic.List<CandideServer.Models.SpawnSystem.SpawnTable>::GetEnumerator()
  • List.Enumerator<CandideServer.Models.SpawnSystem.SpawnTable>::get_Current()
  • System.Collections.Generic.Dictionary<System.String, CandideServer.Models.SpawnSystem.SpawnTable>::ContainsKey(!0)
  • System.String::Concat(System.String, System.String, System.String)
  • CandideCreator.Shared.Helpers.ServerWarningHelper::Warning(System.String)
  • System.Collections.Generic.Dictionary<System.String, CandideServer.Models.SpawnSystem.SpawnTable>::set_Item(!0, !1)
  • List.Enumerator<CandideServer.Models.SpawnSystem.SpawnTable>::MoveNext()
  • System.IDisposable::Dispose()
Called by
String literals
  • Detected duplicate spawn table id '
  • '.

GetSpawnTableOrNull

public CandideServer.Models.SpawnSystem.SpawnTable GetSpawnTableOrNull(System.String id)

Method metadata
  • Visibilitypublic
  • Return typeCandideServer.Models.SpawnSystem.SpawnTable
  • StaticTrue
  • VirtualFalse
  • Hash6F0758929CB59630DDD109AA0C7C118493D2F8B416BD932753F9C25AC156D844
  • Body hash4EFF8EFEAB282C664CBB54E3A4D432BFF3930DF7D20D3130B6AFC8E52D785D55
  • IL size22
Referenced calls
  • System.Collections.Generic.Dictionary<System.String, CandideServer.Models.SpawnSystem.SpawnTable>::TryGetValue(!0, !1&)
Called by