Space Engineers
Public Member Functions | Static Public Member Functions | Properties | List of all members
VRage.Network.MyTypeTable Class Reference

Public Member Functions

bool Contains (Type type)
 
MySynchronizedTypeInfo Get (TypeId id)
 
MySynchronizedTypeInfo Get (Type type)
 
bool TryGet (Type type, out MySynchronizedTypeInfo typeInfo)
 
MySynchronizedTypeInfo Register (Type type)
 
void Serialize (BitStream stream)
 Serializes id to hash list. Server sends the hashlist to client, client reorders type table to same order as server. More...
 

Static Public Member Functions

static bool ShouldRegister (Type type)
 

Properties

MyEventTable StaticEventTable [get]
 

Detailed Description

Definition at line 11 of file MyTypeTable.cs.

Member Function Documentation

bool VRage.Network.MyTypeTable.Contains ( Type  type)
inline

Definition at line 20 of file MyTypeTable.cs.

MySynchronizedTypeInfo VRage.Network.MyTypeTable.Get ( TypeId  id)
inline

Definition at line 25 of file MyTypeTable.cs.

MySynchronizedTypeInfo VRage.Network.MyTypeTable.Get ( Type  type)
inline

Definition at line 31 of file MyTypeTable.cs.

MySynchronizedTypeInfo VRage.Network.MyTypeTable.Register ( Type  type)
inline

Definition at line 42 of file MyTypeTable.cs.

void VRage.Network.MyTypeTable.Serialize ( BitStream  stream)
inline

Serializes id to hash list. Server sends the hashlist to client, client reorders type table to same order as server.

Definition at line 122 of file MyTypeTable.cs.

static bool VRage.Network.MyTypeTable.ShouldRegister ( Type  type)
inlinestatic

Definition at line 77 of file MyTypeTable.cs.

bool VRage.Network.MyTypeTable.TryGet ( Type  type,
out MySynchronizedTypeInfo  typeInfo 
)
inline

Definition at line 37 of file MyTypeTable.cs.

Property Documentation

MyEventTable VRage.Network.MyTypeTable.StaticEventTable
get

Definition at line 18 of file MyTypeTable.cs.


The documentation for this class was generated from the following file: