Romestead Assembly Reference

Shared.Helpers.SamsPlayerDebuggerHelper

Type JSON

public class in Shared.Helpers

Methods4
Properties0
Fields3
Events0
Type metadata
  • AssemblyShared
  • NamespaceShared.Helpers
  • Base typeSystem.Object
  • HashABD173558AA7173448F0458F78D1B562951CECBD3AE1678A4852F0E9342CC339

Relationships

Base type

System.Object

Fields

NameVisibilitySignature
_changesprivateprivate System.Collections.Generic.Queue<System.ValueTuple<System.Nullable<System.Guid>, System.String>> _changes
_isClientInitializedprivateprivate System.Boolean _isClientInitialized
_playerIdprivateprivate System.Guid _playerId

Methods

Client_Initialize

public System.Void Client_Initialize(System.Guid playerId)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • Hash65E664F970B8DA6B903E6E8A44BDA852C253448B0E2AA00F816C5D6F24342DEF
  • Body hashCC8E43EE75D291677DF8072662E8859C3C5509A8F82B31B92C9447EC2A7F5AB8
  • IL size41
Referenced calls
  • System.Guid::op_Equality(System.Guid, System.Guid)
  • System.ArgumentNullException::.ctor(System.String)
Called by
String literals
  • playerId

Client_Update

public System.Void Client_Update()

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • Hash7F85C10DA6C6A480FEA087720F6D34921075CBA0D122ED3993F2FB1958C65867
  • Body hashBDB4D51772694F404301A764E9F877F404AC34BA7E9F7BEF23C2B9F56EB6E111
  • IL size11
Referenced calls
  • System.Collections.Generic.Queue<System.ValueTuple<System.Nullable<System.Guid>, System.String>>::Clear()
Called by

Entity_Set_CarriedId

public System.Void Entity_Set_CarriedId(Shared.Entity.EntitySystem system, System.Int32 carrierId, System.Nullable<System.Guid> carriedId)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • Hash92DB891F24E3753A5ABCA83EA3ADDC6F233CD4B1DFD770CE4FC4A6BDBA4D50DC
  • Body hash3D36DF1657456AF45F21B5907966ADEF0EF431BA544598EC6D3FFB20DA66EB2C
  • IL size19
Called by

IsPlayer

private System.Boolean IsPlayer(System.Guid id)

Method metadata
  • Visibilityprivate
  • Return typeSystem.Boolean
  • StaticTrue
  • VirtualFalse
  • Hash2846771EC6554BDB6A76D929504F800735AFCD6F41A263257447F7B79627A186
  • Body hashAE23B1B6CC24BDE8D25BC28D855A108BF55F2625FF2C7BEEDC9051A8B71D6E5E
  • IL size12
Referenced calls
  • System.Guid::op_Equality(System.Guid, System.Guid)