Romestead Assembly Reference

CandideServer.ServerManagers.RequestingResult

Type JSON

public struct in CandideServer.ServerManagers

Methods2
Properties0
Fields6
Events0
Type metadata
  • AssemblyCandideServer
  • NamespaceCandideServer.ServerManagers
  • Base typeSystem.ValueType
  • Hash8C9A769066F87F01B59E3D896EB4F0B2EB02D8971CC98CD09C65392849978BF5

Relationships

Base type

System.ValueType

Fields

NameVisibilitySignature
BuildingIdpublicpublic System.Guid BuildingId
FoundItemAmountpublicpublic System.Collections.Generic.Dictionary<System.String, System.Int32> FoundItemAmount
FoundMoneypublicpublic System.UInt64 FoundMoney
FoundResourceAmountspublicpublic System.Collections.Generic.Dictionary<System.String, System.Int32> FoundResourceAmounts
InventoryIdpublicpublic System.Nullable<System.Guid> InventoryId
ResourceStorageIdpublicpublic System.Nullable<System.Guid> ResourceStorageId

Methods

GetItemAmounts

public Shared.Models.Items.ItemAmount[] GetItemAmounts()

Method metadata
  • Visibilitypublic
  • Return typeShared.Models.Items.ItemAmount[]
  • StaticFalse
  • VirtualFalse
  • HashA5CDC1C8585E251922A701C7DC8A1C5D9303675D56575320CDA3F714FE76EDD4
  • Body hashA8ED97B613C80DCD0A8C482111C8115FB0412D827F5E59126377F46A6062B605
  • IL size118
Referenced calls
  • System.Collections.Generic.Dictionary<System.String, System.Int32>::get_Count()
  • System.Collections.Generic.Dictionary<System.String, System.Int32>::GetEnumerator()
  • Dictionary.Enumerator<System.String, System.Int32>::get_Current()
  • System.Collections.Generic.KeyValuePair<System.String, System.Int32>::Deconstruct(!0&, !1&)
  • Dictionary.Enumerator<System.String, System.Int32>::MoveNext()
  • System.IDisposable::Dispose()

GetResourceAmounts

public Shared.Models.Items.ResourceAmount[] GetResourceAmounts()

Method metadata
  • Visibilitypublic
  • Return typeShared.Models.Items.ResourceAmount[]
  • StaticFalse
  • VirtualFalse
  • Hash78BDD8EF344C9512AB98E41EB4E4568048BCAB07385F9AD90F3813E58381E9CC
  • Body hash44AA183D1D2B9D516896054157D4AF3F36CA296FBF42E517C3860CCD54F37868
  • IL size122
Referenced calls
  • System.Collections.Generic.Dictionary<System.String, System.Int32>::get_Count()
  • System.Collections.Generic.Dictionary<System.String, System.Int32>::GetEnumerator()
  • Dictionary.Enumerator<System.String, System.Int32>::get_Current()
  • System.Collections.Generic.KeyValuePair<System.String, System.Int32>::Deconstruct(!0&, !1&)
  • Dictionary.Enumerator<System.String, System.Int32>::MoveNext()
  • System.IDisposable::Dispose()
Called by