Class MsgTypes
A class representing all the message types used by DuneNet.
Inheritance
System.Object
MsgTypes
Assembly: DuneNet.Shared.dll
Syntax
[Serializable]
public class MsgTypes : MsgType
Fields
DestroyEntity
Declaration
public const short DestroyEntity = 2001
Field Value
Type |
Description |
System.Int16 |
|
InvokeEvent
Declaration
public const short InvokeEvent = 3000
Field Value
Type |
Description |
System.Int16 |
|
RequestHandshake
Declaration
public const short RequestHandshake = 1000
Field Value
Type |
Description |
System.Int16 |
|
RespondHandshake
Declaration
public const short RespondHandshake = 1001
Field Value
Type |
Description |
System.Int16 |
|
SetEntityData
Declaration
public const short SetEntityData = 2006
Field Value
Type |
Description |
System.Int16 |
|
SetEntityParent
Declaration
public const short SetEntityParent = 2005
Field Value
Type |
Description |
System.Int16 |
|
SetEntityPosition
Declaration
public const short SetEntityPosition = 2003
Field Value
Type |
Description |
System.Int16 |
|
SetEntityRotation
Declaration
public const short SetEntityRotation = 2004
Field Value
Type |
Description |
System.Int16 |
|
SetEntityUMessage
Declaration
public const short SetEntityUMessage = 2007
Field Value
Type |
Description |
System.Int16 |
|
SpawnEntity
Declaration
public const short SpawnEntity = 2000
Field Value
Type |
Description |
System.Int16 |
|
UpdateEntityPositionAndRotation
Declaration
public const short UpdateEntityPositionAndRotation = 2002
Field Value
Type |
Description |
System.Int16 |
|