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

Inheritance: VMNetCommandBodyAbstract
Mostrar archivo Open project: RHY3756547/FreeSO

Public Properties

Property Type Description
GUID uint
Verified bool
dir Direction
level sbyte
x short
y short

Public Methods

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

Private Methods

Method Description
TryPlace ( VM vm, VMAvatar caller ) : bool

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

Verify() public method

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

Property Details

GUID public_oe property

public uint GUID
return uint

Verified public_oe property

public bool Verified
return bool

dir public_oe property

public Direction dir
return Direction

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