Space Engineers
Public Member Functions | Protected Attributes | List of all members
VRage.Network.MySyncedClass Class Reference
Inheritance diagram for VRage.Network.MySyncedClass:
VRage.Network.IMySyncedValue

Public Member Functions

void SetParent (MySyncedClass parent)
 
MySyncedDataStateEnum GetDataState (int clientIndex)
 
void ResetPending (int clientIndex)
 
void Invalidate ()
 
void Add (MySyncedClass mySyncedObject)
 
void Add (IMySyncedValue mySynced)
 
void Serialize (BitStream bs, int clientIndex)
 
void Deserialize (BitStream bs)
 
bool IsDefault ()
 
void SerializeDefault (BitStream bs, int clientIndex=-1)
 
void DeserializeDefault (BitStream bs)
 

Protected Attributes

MySyncedDataStateEnum[] m_dirty = new MySyncedDataStateEnum[64]
 

Detailed Description

Definition at line 11 of file MySyncedClass.cs.

Member Function Documentation

void VRage.Network.MySyncedClass.Add ( MySyncedClass  mySyncedObject)
inline

Definition at line 72 of file MySyncedClass.cs.

void VRage.Network.MySyncedClass.Add ( IMySyncedValue  mySynced)
inline

Definition at line 82 of file MySyncedClass.cs.

void VRage.Network.MySyncedClass.Deserialize ( BitStream  bs)
inline

Implements VRage.Network.IMySyncedValue.

Definition at line 111 of file MySyncedClass.cs.

void VRage.Network.MySyncedClass.DeserializeDefault ( BitStream  bs)
inline

Implements VRage.Network.IMySyncedValue.

Definition at line 181 of file MySyncedClass.cs.

MySyncedDataStateEnum VRage.Network.MySyncedClass.GetDataState ( int  clientIndex)
inline

Implements VRage.Network.IMySyncedValue.

Definition at line 32 of file MySyncedClass.cs.

void VRage.Network.MySyncedClass.Invalidate ( )
inline

Definition at line 60 of file MySyncedClass.cs.

bool VRage.Network.MySyncedClass.IsDefault ( )
inline

Implements VRage.Network.IMySyncedValue.

Definition at line 129 of file MySyncedClass.cs.

void VRage.Network.MySyncedClass.ResetPending ( int  clientIndex)
inline

Implements VRage.Network.IMySyncedValue.

Definition at line 41 of file MySyncedClass.cs.

void VRage.Network.MySyncedClass.Serialize ( BitStream  bs,
int  clientIndex 
)
inline

Implements VRage.Network.IMySyncedValue.

Definition at line 92 of file MySyncedClass.cs.

void VRage.Network.MySyncedClass.SerializeDefault ( BitStream  bs,
int  clientIndex = -1 
)
inline

Implements VRage.Network.IMySyncedValue.

Definition at line 150 of file MySyncedClass.cs.

void VRage.Network.MySyncedClass.SetParent ( MySyncedClass  parent)
inline

Implements VRage.Network.IMySyncedValue.

Definition at line 26 of file MySyncedClass.cs.

Member Data Documentation

MySyncedDataStateEnum [] VRage.Network.MySyncedClass.m_dirty = new MySyncedDataStateEnum[64]
protected

Definition at line 31 of file MySyncedClass.cs.


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