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

Inheritance: FSO.SimAntics.Model.TSOPlatform.VMAsyncState
Datei anzeigen 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_oe property

public short AvatarID
return short

Ended public_oe property

public bool Ended
return bool

Events public_oe property

public List Events
return List

Joinable public_oe property

public bool Joinable
return bool

ObjectID public_oe property

public short ObjectID
return short