My Project
Loading...
Searching...
No Matches
Classes | Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Properties | List of all members
Teal.SyncedProperties Class Reference
Inheritance diagram for Teal.SyncedProperties:

Classes

class  Property
 

Public Member Functions

bool Exists (string name)
 
void Create (string name, object value, ushort ownerId=UInt16.MaxValue, bool local=false)
 
object Get (string name)
 
void Pack (BitPacker packer)
 
void Unpack (BitPacker packer)
 
void Master_SyncAll (ushort syncToPlayerID=UInt16.MaxValue)
 
void Client_SyncAll ()
 

Static Public Member Functions

static bool Receive_All (byte[] data)
 
static bool Receive_Prop (byte[] data)
 
static void Master_SyncAllTo (ushort syncToPlayerID)
 

Public Attributes

Player.Type type
 
bool ready
 

Static Public Attributes

static Dictionary< int, SyncedPropertiesall = new Dictionary<int, SyncedProperties>()
 

Properties

ushort Id [get, set]
 
object this[string name] [get, set]
 

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