Romestead Assembly Reference

Candide.GameModels.Controllers.LogisticsController

Type JSON

public class in Candide.GameModels.Controllers

Methods4
Properties0
Fields0
Events0
Type metadata
  • AssemblyRomestead
  • NamespaceCandide.GameModels.Controllers
  • Base typeSystem.Object
  • Hash38363BB4FD2C9B6F8820642AE92809DF8CBFFB4BF5B0BAB96029FAFBE8D8825C

Relationships

Base type

System.Object

Methods

ConnectionCreated

public System.Void ConnectionCreated(CandideServer.Models.Logistics.LogisticsConnectionModel connectionModel)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • Hash2DE604B512B8DB02DD5A9968A9B44F6021D45402F3780CBD4B11348A4CFDCAAF
  • Body hash84F497ABC8C911DD7D6F2EE1B4DB2AA3AADC626FB2A2AC7C4F23E8C721FD68C3
  • IL size102
Referenced calls
  • System.Collections.Generic.Dictionary<System.Guid, CandideServer.Models.Logistics.LogisticsConnectionModel>::set_Item(!0, !1)
  • System.Collections.Generic.Dictionary<System.Guid, Candide.GameModels.Models.Constructions.Building>::TryGetValue(!0, !1&)
  • System.Collections.Generic.List<System.Guid>::Add(!0)
Called by

ConnectionRemoved

public System.Void ConnectionRemoved(System.Guid connectionId)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • Hash5FF2C0390E57C838A1FD512C72A9149F2B1DDC28444DBCDE5885F15460127BD7
  • Body hash799D640C26A6F195D2CBC4E4EAC353F717359856E0DA68A6C3AA9951F48F1A03
  • IL size100
Referenced calls
Called by

ConnectionUpdated

public System.Void ConnectionUpdated(System.Guid connectionId, Shared.Models.Buildings.BuildingLogisticsConfig config)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • Hash032EA69E97C378FBCA14AD10CE96C2640AB968CA797DDF4C968C6DCDF93BFE09
  • Body hashB460B5F16F1D5D0ADCB3E44BBE4087A1CB962583149BB81A1FE6E56A7C4C9EA0
  • IL size19
Referenced calls
Called by

SyncFullGameState

public System.Void SyncFullGameState(CandideServer.ServerServices.GetFullGameStateResponse msg)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • Hash3B7369A595BEC2B838716F38A218E74F858B63689F5343684544C432ECF4763D
  • Body hash4808B81535B3457D0F61A9F46952D856F0CBE2877AF81B70F0C9AD6E78BA782A
  • IL size87
Referenced calls
  • System.Collections.Generic.Dictionary<System.Guid, CandideServer.Models.Logistics.LogisticsConnectionModel>::Clear()
  • System.Collections.Generic.Dictionary<System.Guid, CandideServer.Models.Logistics.LogisticsConnectionModel>::GetEnumerator()
  • Dictionary.Enumerator<System.Guid, CandideServer.Models.Logistics.LogisticsConnectionModel>::get_Current()
  • System.Collections.Generic.KeyValuePair<System.Guid, CandideServer.Models.Logistics.LogisticsConnectionModel>::Deconstruct(!0&, !1&)
  • System.Collections.Generic.Dictionary<System.Guid, CandideServer.Models.Logistics.LogisticsConnectionModel>::set_Item(!0, !1)
  • Dictionary.Enumerator<System.Guid, CandideServer.Models.Logistics.LogisticsConnectionModel>::MoveNext()
  • System.IDisposable::Dispose()
Called by