Space Engineers
Public Member Functions | List of all members
VRage.Network.MySyncedFloat Class Reference
Inheritance diagram for VRage.Network.MySyncedFloat:
VRage.Network.MySyncedBase< float >

Public Member Functions

sealed override void Write (ref float value, BitStream s)
 
sealed override void Read (out float value, BitStream s)
 
- Public Member Functions inherited from VRage.Network.MySyncedBase< float >
abstract void Write (ref T value, BitStream s)
 
abstract void Read (out T value, BitStream s)
 
MySyncedDataStateEnum GetDataState (int clientIndex)
 
bool IsDefault ()
 
void SetParent (MySyncedClass parent)
 
void ResetPending (int clientIndex)
 
void Invalidate ()
 
Get ()
 
void Set (T value)
 
override string ToString ()
 
override int GetHashCode ()
 
virtual void Serialize (BitStream bs, int clientIndex)
 
virtual void Deserialize (BitStream bs)
 
virtual void SerializeDefault (BitStream bs, int clientIndex=-1)
 
virtual void DeserializeDefault (BitStream bs)
 
virtual bool Equals (T other)
 

Additional Inherited Members

- Static Public Member Functions inherited from VRage.Network.MySyncedBase< float >
static implicit operator T (MySyncedBase< T > self)
 
- Protected Attributes inherited from VRage.Network.MySyncedBase< float >
MySyncedDataStateEnum[] m_dirty
 
m_value
 

Detailed Description

Definition at line 4 of file MySyncedFloat.cs.

Member Function Documentation

sealed override void VRage.Network.MySyncedFloat.Read ( out float  value,
BitStream  s 
)
inline

Definition at line 11 of file MySyncedFloat.cs.

sealed override void VRage.Network.MySyncedFloat.Write ( ref float  value,
BitStream  s 
)
inline

Definition at line 6 of file MySyncedFloat.cs.


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