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

Inheritance: VMNetCommandBodyAbstract
Afficher le fichier Open project: RHY3756547/FreeSO

Méthodes publiques

Свойство Type Description
GUID uint
Verified bool
dir Direction
level sbyte
x short
y short

Méthodes publiques

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

Private Methods

Méthode Description
TryPlace ( VM vm, VMAvatar caller ) : bool

Method Details

Deserialize() public méthode

public Deserialize ( BinaryReader reader ) : void
reader System.IO.BinaryReader
Résultat void

Execute() public méthode

public Execute ( VM vm, VMAvatar caller ) : bool
vm VM
caller VMAvatar
Résultat bool

SerializeInto() public méthode

public SerializeInto ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
Résultat void

Verify() public méthode

public Verify ( VM vm, VMAvatar caller ) : bool
vm VM
caller VMAvatar
Résultat bool

Property Details

GUID public_oe property

public uint GUID
Résultat uint

Verified public_oe property

public bool Verified
Résultat bool

dir public_oe property

public Direction dir
Résultat Direction

level public_oe property

public sbyte level
Résultat sbyte

x public_oe property

public short x
Résultat short

y public_oe property

public short y
Résultat short