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

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

Méthodes publiques

Свойство Type Description
State FSO.SimAntics.Marshals.VMMarshal

Méthodes publiques

Méthode Description
Deserialize ( BinaryReader reader ) : void
Execute ( VM vm ) : bool
SerializeInto ( BinaryWriter writer ) : void
Verify ( 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 ) : bool
vm VM
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

State public_oe property

public VMMarshal,FSO.SimAntics.Marshals State
Résultat FSO.SimAntics.Marshals.VMMarshal