C# Class FSO.SimAntics.Primitives.VMTransferFundsOperand

Inheritance: VMPrimitiveOperand
Show file Open project: RHY3756547/FreeSO

Public Properties

Property Type Description
AmountData ushort
AmountOwner VMVariableScope
ExpenseType VMTransferFundsExpenseType
Flags VMTransferFundsFlags
OldAmountOwner VMTransferFundsOldOwner
TransferType VMTransferFundsType

Public Methods

Method Description
GetAmountOwner ( ) : VMVariableScope
Read ( byte bytes ) : void
Write ( byte bytes ) : void

Method Details

GetAmountOwner() public method

public GetAmountOwner ( ) : VMVariableScope
return VMVariableScope

Read() public method

public Read ( byte bytes ) : void
bytes byte
return void

Write() public method

public Write ( byte bytes ) : void
bytes byte
return void

Property Details

AmountData public property

public ushort AmountData
return ushort

AmountOwner public property

public VMVariableScope AmountOwner
return VMVariableScope

ExpenseType public property

public VMTransferFundsExpenseType ExpenseType
return VMTransferFundsExpenseType

Flags public property

public VMTransferFundsFlags Flags
return VMTransferFundsFlags

OldAmountOwner public property

public VMTransferFundsOldOwner OldAmountOwner
return VMTransferFundsOldOwner

TransferType public property

public VMTransferFundsType TransferType
return VMTransferFundsType