C# Class FSO.SimAntics.NetPlay.Model.Commands.VMNetDeleteObjectCmd

Inheritance: VMNetCommandBodyAbstract
Mostrar archivo Open project: RHY3756547/FreeSO

Public Properties

Property Type Description
CleanupAll bool
ObjectID short

Public Methods

Method Description
Deserialize ( BinaryReader reader ) : void
Execute ( VM vm, VMAvatar caller ) : bool
SerializeInto ( BinaryWriter writer ) : void

Method Details

Deserialize() public method

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

Execute() public method

public Execute ( VM vm, VMAvatar caller ) : bool
vm VM
caller VMAvatar
return bool

SerializeInto() public method

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

Property Details

CleanupAll public_oe property

public bool CleanupAll
return bool

ObjectID public_oe property

public short ObjectID
return short