Show / Hide Table of Contents

Class MsgEuiState

Inheritance
System.Object
Robust.Shared.Network.NetMessage
MsgEuiState
Namespace: Content.Shared.Eui
Assembly: Content.Shared.dll
Syntax
public sealed class MsgEuiState : NetMessage

Fields

| Improve this Doc View Source

Id

Declaration
public uint Id
Field Value
Type Description
System.UInt32
| Improve this Doc View Source

State

Declaration
public EuiStateBase State
Field Value
Type Description
EuiStateBase

Properties

| Improve this Doc View Source

MsgGroup

Declaration
public override MsgGroups MsgGroup { get; }
Property Value
Type Description
Robust.Shared.Network.MsgGroups
Overrides
Robust.Shared.Network.NetMessage.MsgGroup

Methods

| Improve this Doc View Source

ReadFromBuffer(NetIncomingMessage, IRobustSerializer)

Declaration
public override void ReadFromBuffer(NetIncomingMessage buffer, IRobustSerializer ser)
Parameters
Type Name Description
Lidgren.Network.NetIncomingMessage buffer
Robust.Shared.Serialization.IRobustSerializer ser
Overrides
Robust.Shared.Network.NetMessage.ReadFromBuffer(Lidgren.Network.NetIncomingMessage, Robust.Shared.Serialization.IRobustSerializer)
| Improve this Doc View Source

WriteToBuffer(NetOutgoingMessage, IRobustSerializer)

Declaration
public override void WriteToBuffer(NetOutgoingMessage buffer, IRobustSerializer ser)
Parameters
Type Name Description
Lidgren.Network.NetOutgoingMessage buffer
Robust.Shared.Serialization.IRobustSerializer ser
Overrides
Robust.Shared.Network.NetMessage.WriteToBuffer(Lidgren.Network.NetOutgoingMessage, Robust.Shared.Serialization.IRobustSerializer)
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾