Elin Modding Docs Doc
Loading...
Searching...
No Matches
InvOwner.Transaction Class Reference

Public Member Functions

 Transaction (DragItemCard.DragInfo from, UIInventory destUIInv, int num=1)
 
 Transaction (DragItemCard.DragInfo from, DragItemCard.DragInfo to, int num=1)
 
 Transaction (ButtonGrid button, int num=1, InvOwner owner=null)
 
bool Process (bool startTransaction=false)
 
int GetPrice ()
 
bool IsValid ()
 
string GetTextDetail ()
 

Public Attributes

Thing thing
 
ButtonGrid button
 
int num = 1
 
DragItemCard.DragInfo from
 
DragItemCard.DragInfo to
 
UIInventory destUIInv
 
InvOwner inv
 

Static Public Attributes

static InvOwner.ErrorMessage error = new InvOwner.ErrorMessage()
 

Properties

InvOwner destInv [get]
 
bool sell [get]
 
string IDCurrency [get]
 
CurrencyType currency [get]
 
bool FreeTrade [get]
 

Detailed Description

Definition at line 1479 of file InvOwner.cs.

Constructor & Destructor Documentation

◆ Transaction() [1/3]

InvOwner.Transaction.Transaction ( DragItemCard.DragInfo from,
UIInventory destUIInv,
int num = 1 )

Definition at line 1544 of file InvOwner.cs.

◆ Transaction() [2/3]

InvOwner.Transaction.Transaction ( DragItemCard.DragInfo from,
DragItemCard.DragInfo to,
int num = 1 )

Definition at line 1555 of file InvOwner.cs.

◆ Transaction() [3/3]

InvOwner.Transaction.Transaction ( ButtonGrid button,
int num = 1,
InvOwner owner = null )

Definition at line 1566 of file InvOwner.cs.

Member Function Documentation

◆ GetPrice()

int InvOwner.Transaction.GetPrice ( )

Definition at line 1791 of file InvOwner.cs.

◆ GetTextDetail()

string InvOwner.Transaction.GetTextDetail ( )

Definition at line 1892 of file InvOwner.cs.

◆ IsValid()

bool InvOwner.Transaction.IsValid ( )

Definition at line 1801 of file InvOwner.cs.

◆ Process()

bool InvOwner.Transaction.Process ( bool startTransaction = false)

Definition at line 1575 of file InvOwner.cs.

Member Data Documentation

◆ button

ButtonGrid InvOwner.Transaction.button

Definition at line 1908 of file InvOwner.cs.

◆ destUIInv

UIInventory InvOwner.Transaction.destUIInv

Definition at line 1920 of file InvOwner.cs.

◆ error

InvOwner.ErrorMessage InvOwner.Transaction.error = new InvOwner.ErrorMessage()
static

Definition at line 1902 of file InvOwner.cs.

◆ from

DragItemCard.DragInfo InvOwner.Transaction.from

Definition at line 1914 of file InvOwner.cs.

◆ inv

InvOwner InvOwner.Transaction.inv

Definition at line 1923 of file InvOwner.cs.

◆ num

int InvOwner.Transaction.num = 1

Definition at line 1911 of file InvOwner.cs.

◆ thing

Thing InvOwner.Transaction.thing

Definition at line 1905 of file InvOwner.cs.

◆ to

DragItemCard.DragInfo InvOwner.Transaction.to

Definition at line 1917 of file InvOwner.cs.

Property Documentation

◆ currency

CurrencyType InvOwner.Transaction.currency
get

Definition at line 1525 of file InvOwner.cs.

◆ destInv

InvOwner InvOwner.Transaction.destInv
get

Definition at line 1483 of file InvOwner.cs.

◆ FreeTrade

bool InvOwner.Transaction.FreeTrade
get

Definition at line 1535 of file InvOwner.cs.

◆ IDCurrency

string InvOwner.Transaction.IDCurrency
get

Definition at line 1515 of file InvOwner.cs.

◆ sell

bool InvOwner.Transaction.sell
get

Definition at line 1505 of file InvOwner.cs.


The documentation for this class was generated from the following file: