C# Class FSO.SimAntics.Primitives.VMTransferFundsOperand

Inheritance: VMPrimitiveOperand
Mostrar archivo 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_oe property

public ushort AmountData
return ushort

AmountOwner public_oe property

public VMVariableScope AmountOwner
return VMVariableScope

ExpenseType public_oe property

public VMTransferFundsExpenseType ExpenseType
return VMTransferFundsExpenseType

Flags public_oe property

public VMTransferFundsFlags Flags
return VMTransferFundsFlags

OldAmountOwner public_oe property

public VMTransferFundsOldOwner OldAmountOwner
return VMTransferFundsOldOwner

TransferType public_oe property

public VMTransferFundsType TransferType
return VMTransferFundsType