C# Class FSO.SimAntics.NetPlay.EODs.Model.VMEODPluginThreadState

Inheritance: FSO.SimAntics.Model.TSOPlatform.VMAsyncState
Show file Open project: RHY3756547/FreeSO Class Usage Examples

Public Properties

Property Type Description
AvatarID short
Ended bool
Events List
Joinable bool
ObjectID short

Public Methods

Method Description
Deserialize ( BinaryReader reader ) : void
SerializeInto ( BinaryWriter writer ) : void

Method Details

Deserialize() public method

public Deserialize ( BinaryReader reader ) : void
reader System.IO.BinaryReader
return void

SerializeInto() public method

public SerializeInto ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
return void

Property Details

AvatarID public property

public short AvatarID
return short

Ended public property

public bool Ended
return bool

Events public property

public List Events
return List

Joinable public property

public bool Joinable
return bool

ObjectID public property

public short ObjectID
return short