Show / Hide Table of Contents

Class MsgUpdateAdminStatus

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

Fields

| Improve this Doc View Source

Admin

Declaration
public AdminData Admin
Field Value
Type Description
AdminData
| Improve this Doc View Source

AvailableCommands

Declaration
public string[] AvailableCommands
Field Value
Type Description
System.String[]

Properties

| Improve this Doc View Source

DeliveryMethod

Declaration
public override NetDeliveryMethod DeliveryMethod { get; }
Property Value
Type Description
Lidgren.Network.NetDeliveryMethod
Overrides
Robust.Shared.Network.NetMessage.DeliveryMethod
| 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 serializer)
Parameters
Type Name Description
Lidgren.Network.NetIncomingMessage buffer
Robust.Shared.Serialization.IRobustSerializer serializer
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 serializer)
Parameters
Type Name Description
Lidgren.Network.NetOutgoingMessage buffer
Robust.Shared.Serialization.IRobustSerializer serializer
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
☀
☾