Barotrauma Client Doc
Barotrauma.Networking.NetEntityEvent Class Reference
Inheritance diagram for Barotrauma.Networking.NetEntityEvent:
Barotrauma.Networking.ClientEntityEvent

Classes

interface  IData
 

Public Member Functions

void SetData (IData data)
 
bool IsDuplicate (NetEntityEvent other)
 

Public Attributes

readonly Entity Entity
 
readonly UInt16 ID
 
bool Sent
 

Protected Member Functions

 NetEntityEvent (INetSerializable serializableEntity, UInt16 id)
 

Properties

UInt16 EntityID [get]
 
IData Data [get]
 

Detailed Description

Constructor & Destructor Documentation

◆ NetEntityEvent()

Barotrauma.Networking.NetEntityEvent.NetEntityEvent ( INetSerializable  serializableEntity,
UInt16  id 
)
protected

Member Function Documentation

◆ IsDuplicate()

bool Barotrauma.Networking.NetEntityEvent.IsDuplicate ( NetEntityEvent  other)

◆ SetData()

void Barotrauma.Networking.NetEntityEvent.SetData ( IData  data)

Member Data Documentation

◆ Entity

readonly Entity Barotrauma.Networking.NetEntityEvent.Entity

◆ ID

readonly UInt16 Barotrauma.Networking.NetEntityEvent.ID

◆ Sent

bool Barotrauma.Networking.NetEntityEvent.Sent

Property Documentation

◆ Data

IData Barotrauma.Networking.NetEntityEvent.Data
get

◆ EntityID

UInt16 Barotrauma.Networking.NetEntityEvent.EntityID
get