CandideServer.Database.SpawnTableDataBase
Type JSONpublic class in CandideServer.Database
Type metadata
- Assembly
CandideServer - Namespace
CandideServer.Database - Base type
System.Object - Hash
8449FCB3B660A97BF820A6B9D8B27E92F4C23AB87F70D78C948F046F01714541
Relationships
Base type
System.Object
Fields
| Name | Visibility | Signature |
|---|---|---|
SpawnDataMap# | public | public 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 type
System.Void - StaticTrue
- VirtualFalse
- Hash
95530CFE821A01EBD9237DF82EE027166DAE283158F5B118DC67305F1D041305 - Body hash
2A7C6C8F84FCA0C79738ADD5F5B0B2BB627DDB62C74C7D79137FBD7EE2F3904B - 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()
String literals
Detected duplicate spawn table id ''.
GetSpawnTableOrNull
#
public CandideServer.Models.SpawnSystem.SpawnTable GetSpawnTableOrNull(System.String id)
Method metadata
- Visibilitypublic
- Return type
CandideServer.Models.SpawnSystem.SpawnTable - StaticTrue
- VirtualFalse
- Hash
6F0758929CB59630DDD109AA0C7C118493D2F8B416BD932753F9C25AC156D844 - Body hash
4EFF8EFEAB282C664CBB54E3A4D432BFF3930DF7D20D3130B6AFC8E52D785D55 - IL size22
Referenced calls
System.Collections.Generic.Dictionary<System.String, CandideServer.Models.SpawnSystem.SpawnTable>::TryGetValue(!0, !1&)