|
Elin Modding Docs Doc
|
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] |
Definition at line 1479 of file InvOwner.cs.
| InvOwner.Transaction.Transaction | ( | DragItemCard.DragInfo | from, |
| UIInventory | destUIInv, | ||
| int | num = 1 ) |
Definition at line 1544 of file InvOwner.cs.
| InvOwner.Transaction.Transaction | ( | DragItemCard.DragInfo | from, |
| DragItemCard.DragInfo | to, | ||
| int | num = 1 ) |
Definition at line 1555 of file InvOwner.cs.
| InvOwner.Transaction.Transaction | ( | ButtonGrid | button, |
| int | num = 1, | ||
| InvOwner | owner = null ) |
Definition at line 1566 of file InvOwner.cs.
| int InvOwner.Transaction.GetPrice | ( | ) |
Definition at line 1791 of file InvOwner.cs.
| string InvOwner.Transaction.GetTextDetail | ( | ) |
Definition at line 1892 of file InvOwner.cs.
| bool InvOwner.Transaction.IsValid | ( | ) |
Definition at line 1801 of file InvOwner.cs.
| bool InvOwner.Transaction.Process | ( | bool | startTransaction = false | ) |
Definition at line 1575 of file InvOwner.cs.
| ButtonGrid InvOwner.Transaction.button |
Definition at line 1908 of file InvOwner.cs.
| UIInventory InvOwner.Transaction.destUIInv |
Definition at line 1920 of file InvOwner.cs.
|
static |
Definition at line 1902 of file InvOwner.cs.
| DragItemCard.DragInfo InvOwner.Transaction.from |
Definition at line 1914 of file InvOwner.cs.
| InvOwner InvOwner.Transaction.inv |
Definition at line 1923 of file InvOwner.cs.
| int InvOwner.Transaction.num = 1 |
Definition at line 1911 of file InvOwner.cs.
| Thing InvOwner.Transaction.thing |
Definition at line 1905 of file InvOwner.cs.
| DragItemCard.DragInfo InvOwner.Transaction.to |
Definition at line 1917 of file InvOwner.cs.
|
get |
Definition at line 1525 of file InvOwner.cs.
|
get |
Definition at line 1483 of file InvOwner.cs.
|
get |
Definition at line 1535 of file InvOwner.cs.
|
get |
Definition at line 1515 of file InvOwner.cs.
|
get |
Definition at line 1505 of file InvOwner.cs.