Show / Hide Table of Contents

Class SharedSetEntityParent

Inheritance
System.Object
SharedSetEntityParent
Namespace: DuneNet.Shared.Messages
Assembly: DuneNet.Shared.dll
Syntax
public class SharedSetEntityParent : MessageBase

Constructors

SharedSetEntityParent()

Declaration
public SharedSetEntityParent()

SharedSetEntityParent(UInt32, UInt32)

Declaration
public SharedSetEntityParent(uint entId, uint parentEntId)
Parameters
Type Name Description
System.UInt32 entId
System.UInt32 parentEntId

Fields

EntId

Declaration
public uint EntId
Field Value
Type Description
System.UInt32

ParentEntId

Declaration
public uint ParentEntId
Field Value
Type Description
System.UInt32

Methods

Deserialize(NetworkReader)

Declaration
public override void Deserialize(NetworkReader reader)
Parameters
Type Name Description
NetworkReader reader

Serialize(NetworkWriter)

Declaration
public override void Serialize(NetworkWriter writer)
Parameters
Type Name Description
NetworkWriter writer
Back to top Copyright © 2018 Dune Interactive.