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

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

Méthodes publiques

Свойство Type Description
Interaction ushort
level sbyte
x short
y short

Méthodes publiques

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

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 ) : bool
vm VM
Résultat bool

SerializeInto() public méthode

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

Property Details

Interaction public_oe property

public ushort Interaction
Résultat ushort

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