C# Class FSO.SimAntics.Primitives.VMTransferFundsState

Inheritance: FSO.SimAntics.Model.TSOPlatform.VMAsyncState
Show file 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 property

public uint Budget1
return uint

Budget2 public property

public uint Budget2
return uint

Success public property

public bool Success
return bool

TransferAmount public property

public int TransferAmount
return int

UID1 public property

public uint UID1
return uint

UID2 public property

public uint UID2
return uint