Show / Hide Table of Contents

Class MessageType

A message type for messages to be sent with network messages using the ModNetworking class.

Inheritance
Object
MessageType
Namespace: Modding
Assembly: Assembly-CSharp.dll
Syntax
public class MessageType

Properties

ID

Declaration
public byte ID { get; }
Property Value
Type Description
Byte

Methods

CreateMessage(Object[])

Declaration
public Message CreateMessage(params object[] objs)
Parameters
Type Name Description
Object[] objs
Returns
Type Description
Message
Back to top Generated by DocFX