Candide.GameModels.Controllers.WorldController
Type JSONpublic class in Candide.GameModels.Controllers
Type metadata
- Assembly
Romestead - Namespace
Candide.GameModels.Controllers - Base type
System.Object - Hash
464002381C32C533A6E6C7E2C5505CC8B9A44DE36288DC504F9A3BA3150F70F4
Relationships
Base type
System.Object
Methods
AddWorld
#
public System.Void AddWorld(CandideServer.Models.Worlds.WorldModel model)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
5B0F6C74E022027D49B85E32DEA54BBFFF3C96D9F9F4DBB29AE987A85E80FCE8 - Body hash
3EFEE2DD3B17501E5960B374479686215F3210BCE484D16C9262685947E1505C - IL size52
Referenced calls
System.Collections.Generic.Dictionary<System.Guid, CandideServer.Models.Worlds.WorldModel>::TryAdd(!0, !1)Candide.GameModels.GameState::TryGetBuilding(System.Nullable<System.Guid>, Candide.GameModels.Models.Constructions.Building&)Candide.World.ExteriorWorldHandler::AddExteriorWorld(CandideServer.Models.Worlds.WorldModel, Candide.GameModels.Models.Constructions.Building)
ChangeWorldMap
#
public System.Void ChangeWorldMap(CandideServer.Models.Worlds.WorldModel world, System.String newMapName)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
521215DCA10C2BE550DFA47853DD644A62EC2024D9E01943F3054284F4E3499D - Body hash
5BD2BBA594ADD8C8DA91028AE338223FBF7EC308E32BF9B43F16B136F3B6A0AD - IL size8
RemoveWorld
#
public System.Void RemoveWorld(System.Guid worldId)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
B283A2754506830A7EEF1F80E2A85F66A48C76A4EF91FF68CFE1F5F30A927110 - Body hash
3A300AECC27237BFC697F4A2722DC4CAA68692AACD04B6695B62EEAE0D33AF26 - IL size13
Referenced calls
System.Collections.Generic.Dictionary<System.Guid, CandideServer.Models.Worlds.WorldModel>::Remove(!0)
SyncFullGameState
#
public System.Void SyncFullGameState(CandideServer.ServerServices.GetFullGameStateResponse model)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
FB8198C868C19B8639D899D010CB27B703FAC0FE87A5D56C66F60D626798E7FD - Body hash
B4817A10E349C3D9F965BD50BBB57B77C390B8B030DC69A522097BF73C6030B2 - IL size84
Referenced calls
System.Collections.Generic.Dictionary<System.Guid, CandideServer.Models.Worlds.WorldModel>::Clear()System.Collections.Generic.Dictionary<System.Guid, CandideServer.Models.Worlds.WorldModel>::get_Values()Dictionary.ValueCollection<System.Guid, CandideServer.Models.Worlds.WorldModel>::GetEnumerator()Dictionary.ValueCollection.Enumerator<System.Guid, CandideServer.Models.Worlds.WorldModel>::get_Current()Candide.GameModels.Controllers.WorldController::AddWorld(CandideServer.Models.Worlds.WorldModel)Dictionary.ValueCollection.Enumerator<System.Guid, CandideServer.Models.Worlds.WorldModel>::MoveNext()System.IDisposable::Dispose()