Space Engineers
Classes | Typedefs | Functions
Package VRage.Sync

Classes

class  Sync
 
class  SyncBase
 
class  SyncExtensions
 
class  SyncHelpers
 
class  SyncType
 

Typedefs

using Item = System.Tuple< SyncHelpers.Composer, MySerializeInfo >
 

Functions

delegate bool SyncValidate< T > (T newValue)
 

Typedef Documentation

using VRage.Sync.Item = typedef System.Tuple<SyncHelpers.Composer, MySerializeInfo>

Definition at line 23 of file SyncHelpers.cs.

Function Documentation

delegate bool VRage.Sync.SyncValidate< T > ( newValue)