Elin Modding Docs Doc
Loading...
Searching...
No Matches
InvOwnerShop.cs
1
using
System;
2
3
// Token: 0x02000563 RID: 1379
4
public
class
InvOwnerShop
:
InvOwner
5
{
6
// Token: 0x17000B41 RID: 2881
7
// (get) Token: 0x060025AF RID: 9647 RVA: 0x000D6E1A File Offset: 0x000D501A
8
public
override
bool
HasTransaction
9
{
10
get
11
{
12
return
true
;
13
}
14
}
15
16
// Token: 0x17000B42 RID: 2882
17
// (get) Token: 0x060025B0 RID: 9648 RVA: 0x000D6E1D File Offset: 0x000D501D
18
public
override
bool
AllowTransfer
19
{
20
get
21
{
22
return
true
;
23
}
24
}
25
26
// Token: 0x060025B1 RID: 9649 RVA: 0x000D6E20 File Offset: 0x000D5020
27
public
InvOwnerShop
(
Card
owner,
Card
container =
null
, CurrencyType _currency = CurrencyType.Money, PriceType _price = PriceType.Default) : base(owner, container, _currency, _price)
28
{
29
}
30
31
// Token: 0x060025B2 RID: 9650 RVA: 0x000D6E2D File Offset: 0x000D502D
32
public
override
void
ListInteractions(
InvOwner
.
ListInteraction
list,
Thing
t,
Trait
trait,
ButtonGrid
b,
bool
context)
33
{
34
}
35
36
// Token: 0x060025B3 RID: 9651 RVA: 0x000D6E2F File Offset: 0x000D502F
37
public
override
bool
OnCancelDrag(
DragItemCard
.
DragInfo
from)
38
{
39
return
false
;
40
}
41
}
ButtonGrid
Definition
ButtonGrid.cs:8
Card
Definition
Card.cs:13
DragItemCard.DragInfo
Definition
DragItemCard.cs:72
DragItemCard
Definition
DragItemCard.cs:6
InvOwner.ListInteraction
Definition
InvOwner.cs:1944
InvOwner
Definition
InvOwner.cs:7
InvOwnerShop
Definition
InvOwnerShop.cs:5
Thing
Definition
Thing.cs:10
Trait
Definition
Trait.cs:9
Elin
InvOwnerShop.cs
Generated by
1.12.0