C# Class FSO.SimAntics.Primitives.VMTransferFundsState

Inheritance: FSO.SimAntics.Model.TSOPlatform.VMAsyncState
Mostrar archivo Open project: RHY3756547/FreeSO

Public Properties

Property Type Description
Budget1 uint
Budget2 uint
Success bool
TransferAmount int
UID1 uint
UID2 uint

Public Methods

Method Description
Deserialize ( BinaryReader reader ) : void
SerializeInto ( BinaryWriter writer ) : void

Method Details

Deserialize() public method

public Deserialize ( BinaryReader reader ) : void
reader System.IO.BinaryReader
return void

SerializeInto() public method

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

Property Details

Budget1 public_oe property

public uint Budget1
return uint

Budget2 public_oe property

public uint Budget2
return uint

Success public_oe property

public bool Success
return bool

TransferAmount public_oe property

public int TransferAmount
return int

UID1 public_oe property

public uint UID1
return uint

UID2 public_oe property

public uint UID2
return uint