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

Inheritance: VMNetCommandBodyAbstract
Mostrar archivo Open project: RHY3756547/FreeSO

Public Properties

Property Type Description
Interaction ushort
level sbyte
x short
y short

Public Methods

Method Description
Deserialize ( BinaryReader reader ) : void
Execute ( VM vm ) : 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 ) : bool
vm VM
return bool

SerializeInto() public method

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

Property Details

Interaction public_oe property

public ushort Interaction
return ushort

level public_oe property

public sbyte level
return sbyte

x public_oe property

public short x
return short

y public_oe property

public short y
return short