CandideServer.ServerRunState
Type JSONpublic class in CandideServer
Type metadata
- Assembly
CandideServer - Namespace
CandideServer - Base type
System.Object - Hash
9141B37117B6DC33211375C28FE844FAFD1DD033F9065F517ED0DAD2CD7F4C9C
Relationships
Base type
System.Object
Fields
| Name | Visibility | Signature |
|---|---|---|
ActiveBossFights# | public | public System.Collections.Generic.Dictionary<System.Guid, CandideServer.Models.Boss.BossFightModel> ActiveBossFights |
ActiveDungeons# | public | public System.Collections.Generic.Dictionary<System.Guid, CandideServer.Models.Dungeons.ActiveDungeonModel> ActiveDungeons |
Analytics# | public | public Shared.Analytics.AnalyticsHandler Analytics |
AvailableDailyOfferings# | public | public System.Collections.Generic.HashSet<System.String> AvailableDailyOfferings |
AvailableRepeatableOfferings# | public | public System.Collections.Generic.HashSet<System.String> AvailableRepeatableOfferings |
AvailableSpecialOfferings# | public | public System.Collections.Generic.HashSet<System.String> AvailableSpecialOfferings |
BuildingExtraJobRecipes# | public | public System.Collections.Generic.Dictionary<System.Guid, System.Collections.Generic.HashSet<System.String>> BuildingExtraJobRecipes |
ChatLog# | public | public CandideServer.Models.ChatLog ChatLog |
CitizenSimulationControllers# | public | public System.Collections.Generic.Dictionary<System.Guid, CandideServer.Citizens.Base.AbstractCitizenController> CitizenSimulationControllers |
CitizensPlayerListeners# | public | public System.Collections.Generic.Dictionary<System.Guid, System.Collections.Generic.HashSet<CandideServer.Server.Network.ConnectedPeer>> CitizensPlayerListeners |
ConstructionSitesProgress# | public | public System.Collections.Generic.Dictionary<System.Guid, CandideServer.Models.ConstructionSiteProgress> ConstructionSitesProgress |
ConstructionSitesProgressListeners# | public | public System.Collections.Generic.Dictionary<System.Guid, System.Collections.Generic.HashSet<CandideServer.Server.Network.ConnectedPeer>> ConstructionSitesProgressListeners |
DelayedActions# | public | public System.Collections.Generic.HashSet<CandideServer.ServerSystems.TimedAction> DelayedActions |
DynamicSpawnEntities# | public | public System.Collections.Generic.Dictionary<System.Guid, CandideServer.Entities.ServerEntityModel> DynamicSpawnEntities |
EntityToPlayerMap# | public | public System.Collections.Generic.Dictionary<Shared.Entity.EntityWrapper, CandideServer.ServerServices.ServerJoinedPlayerModel> EntityToPlayerMap |
ExteriorWorlds# | public | public System.Collections.Generic.Dictionary<System.Guid, CandideServer.Models.Worlds.ServerExteriorWorldModel> ExteriorWorlds |
ExteriorWorldsTree# | public | public CandideCreator.Shared.Algorithms.AabbTree<CandideServer.Models.Worlds.ServerExteriorWorldModel> ExteriorWorldsTree |
GlobalCitizenAuras# | public | public System.Collections.Generic.Dictionary<System.Guid, System.String> GlobalCitizenAuras |
GlobalPlayerAuras# | public | public System.Collections.Generic.HashSet<System.String> GlobalPlayerAuras |
GrowingCrops# | public | public System.Collections.Generic.HashSet<Microsoft.Xna.Framework.Point> GrowingCrops |
InternalResourceStoragesPlayerListeners# | public | public System.Collections.Generic.Dictionary<System.Guid, System.Collections.Generic.HashSet<CandideServer.Server.Network.ConnectedPeer>> InternalResourceStoragesPlayerListeners |
InventoriesPlayerListeners# | public | public System.Collections.Generic.Dictionary<System.Guid, System.Collections.Generic.HashSet<CandideServer.Server.Network.ConnectedPeer>> InventoriesPlayerListeners |
InventoryIdToPlayerCharacterIdMap# | public | public System.Collections.Generic.Dictionary<System.Guid, System.Guid> InventoryIdToPlayerCharacterIdMap |
JobsPlayerListeners# | public | public System.Collections.Generic.Dictionary<System.Guid, System.Collections.Generic.HashSet<CandideServer.Server.Network.ConnectedPeer>> JobsPlayerListeners |
LoggedInPlayerCharacters# | public | public System.Collections.Generic.Dictionary<System.Guid, CandideServer.Models.Player.ServerPlayerCharacter> LoggedInPlayerCharacters |
NewWorldItems# | public | public System.Collections.Generic.Dictionary<System.Guid, CandideServer.Models.Items.ServerWorldItemModel> NewWorldItems |
OutsideWorld# | public | public CandideServer.Models.Worlds.WorldModel OutsideWorld |
PlayerActionStates# | public | public System.Collections.Generic.Dictionary<System.Int32, CandideServer.ServerServices.PlayerCharacterActionState> PlayerActionStates |
PlayersOnlineAverage# | public | public System.Double PlayersOnlineAverage |
PlayersOnlineAverageSampleCount# | public | public System.Int32 PlayersOnlineAverageSampleCount |
PlayersOnlineMax# | public | public System.Int32 PlayersOnlineMax |
PlayersOnlineSampleTimer# | public | public System.Single PlayersOnlineSampleTimer |
ServerChunkedWorld# | public | public CandideServer.Models.ServerChunkedWorld ServerChunkedWorld |
TileHeights# | public | public System.SByte[,] TileHeights |
TownPlayerListeners# | public | public System.Collections.Generic.Dictionary<System.Guid, System.Collections.Generic.HashSet<CandideServer.Server.Network.ConnectedPeer>> TownPlayerListeners |
TradeRoutesPlayerListeners# | public | public System.Collections.Generic.Dictionary<System.Guid, System.Collections.Generic.HashSet<CandideServer.Server.Network.ConnectedPeer>> TradeRoutesPlayerListeners |
UnlockedBlessings# | public | public System.Collections.Generic.HashSet<System.String> UnlockedBlessings |
UnlockedConstructionRecipes# | public | public System.Collections.Generic.HashSet<System.String> UnlockedConstructionRecipes |
UnlockedJobRecipes# | public | public System.Collections.Generic.Dictionary<System.String, System.Collections.Generic.HashSet<System.String>> UnlockedJobRecipes |
UnlockedOrdinances# | public | public System.Collections.Generic.HashSet<System.String> UnlockedOrdinances |
VehicleStates# | public | public System.Collections.Generic.Dictionary<System.Guid, CandideServer.Models.VehicleStateModel> VehicleStates |
WeatherControllers# | public | public System.Collections.Generic.Dictionary<System.Guid, CandideServer.Data.DataModels.IServerWeatherController> WeatherControllers |
WorldIdToPlayerEntitiesMap# | public | public System.Collections.Generic.Dictionary<System.Guid, System.Collections.Generic.HashSet<Shared.Entity.EntityWrapper>> WorldIdToPlayerEntitiesMap |
WorldStateAuras# | public | public System.Collections.Generic.HashSet<System.String> WorldStateAuras |
WorldStats# | public | public Shared.Models.WorldStats WorldStats |
WorldToConstructionSitesTree# | public | public System.Collections.Generic.Dictionary<System.Guid, CandideCreator.Shared.Algorithms.AabbTree<CandideServer.Models.ConstructionSiteModel>> WorldToConstructionSitesTree |
WorldToWorldItemTreeMap# | public | public System.Collections.Generic.Dictionary<System.Guid, CandideCreator.Shared.Algorithms.AabbTree<CandideServer.Models.Items.ServerWorldItemModel>> WorldToWorldItemTreeMap |