Romestead Assembly Reference

CandideServer.ServerManagers.ServerSimpleInventoryManager_Player

Type JSON

public class in CandideServer.ServerManagers

Methods7
Properties0
Fields4
Events0
Type metadata
  • AssemblyCandideServer
  • NamespaceCandideServer.ServerManagers
  • Base typeSystem.Object
  • HashCD63595A0BFA9786A90400CB72E37F6F4B37954A2676931C0300204F3035EDFA

Relationships

Base type

System.Object

Fields

NameVisibilitySignature
ErrorChangedInventoriesprivateprivate System.Collections.Generic.HashSet<System.Guid> ErrorChangedInventories
_currentPeerprivateprivate CandideServer.Server.Network.ConnectedPeer _currentPeer
_errorprivateprivate System.Boolean _error
_startedprivateprivate System.Boolean _started

Methods

Finish

private System.Void Finish()

Method metadata
  • Visibilityprivate
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • Hash3F30322BA85A10A89074015CDD6AA176D2D1990CAD3D52814EFBF80ADA7B8591
  • Body hash93B498C46FA0DAC70A5D5294F8ECD97E7543E280E4998658A7DAFDA2C03011C7
  • IL size76
Referenced calls
Called by

LogError

private System.Void LogError(Shared.Inventory.DeltaModels.DeltaAction action)

Method metadata
  • Visibilityprivate
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • Hash17E911F9B2393EE2FD59C2E365AE73EABAA8AD56643A488D2196F61ED5A14F9F
  • Body hashFD5D51B16F2B40347EDD34D0F9DC15489CE4F49975CCA2FCE48160D6D185107B
  • IL size77
Referenced calls
  • System.Guid::op_Inequality(System.Guid, System.Guid)
  • System.Collections.Generic.HashSet<System.Guid>::Add(!0)
Called by

LogError

private System.Void LogError(System.Collections.Generic.IEnumerable<Shared.Inventory.DeltaModels.DeltaAction> actions)

Method metadata
  • Visibilityprivate
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • HashA3323B27B865E4AA7ED4C6748638E26E7AFD36273D9714738686CD475615D4E0
  • Body hashE0B123E740A554B2C5F8555C1732A88D6658D81DC78D949AC044426156C742EA
  • IL size41
Referenced calls
Called by

Player_InventoryApplyDelta

public System.Void Player_InventoryApplyDelta(Shared.Inventory.DeltaModels.DeltaAction action, CandideServer.Server.Network.ConnectedPeer peer)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • HashECB2D8EF0E8C3031307B44B9CE329B7F5AB83FFED4F90697E43933B27FCD2025
  • Body hash552989913CA5A5F5F3AB0955B30D75E4A49A554804709AFBCCD8A8AB234A8890
  • IL size31
Referenced calls
Called by

Player_InventoryApplyManyDelta

public System.Void Player_InventoryApplyManyDelta(System.Collections.Generic.IReadOnlyCollection<Shared.Inventory.DeltaModels.DeltaAction> actions, CandideServer.Server.Network.ConnectedPeer peer)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • Hash1C4AC54605A5BDADD691BC684D87251D15BB81EC63D90271F2534B698001A326
  • Body hash5954E3ED5D414EDCBF6C90503F0F9602E5A0D343D1C0C2D2E913BCF11A928095
  • IL size31
Referenced calls
Called by

Player_LootAll

public System.Void Player_LootAll(System.Guid sourceInventoryId, System.Guid targetInventoryId, System.Nullable<System.Guid> equipmentInventoryId, System.Boolean allowPartialStack, Shared.Inventory.Models.LootAllStrategy strategy, CandideServer.Server.Network.ConnectedPeer peer)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • Hash5A736A97AD71CC4B8C2ABC066450D2F5798517B29E5514EB02D58A70170378E6
  • Body hash040C770D93033913AEDB96E4C9385B6038B2BB3C89D7B77800383A856A58A26D
  • IL size119
Referenced calls
Called by

Start

private System.Void Start(CandideServer.Server.Network.ConnectedPeer peer)

Method metadata
  • Visibilityprivate
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • Hash57E8336797F651EE04B500FECC6FC6CC29FCA03B7DFA8324F3BEC21C77DA2941
  • Body hash2177409340493EAC066371AF40FBFF2B01BCB14C114BCE03A07A5CC885ED620C
  • IL size24
Called by