Elin Decompiled Documentation
EA 23.102 Nightly
Loading...
Searching...
No Matches
InvOwnerToolbelt.cs
Go to the documentation of this file.
1
public
class
InvOwnerToolbelt
:
InvOwner
2
{
3
public
override
bool
AllowHold
(
Thing
t)
4
{
5
return
false
;
6
}
7
8
public
override
void
OnClick
(
ButtonGrid
button)
9
{
10
SE.Beep();
11
}
12
13
public
InvOwnerToolbelt
(
Card
owner
,
Card
container =
null
,
CurrencyType
_currency =
CurrencyType
.None)
14
: base(
owner
, container, _currency)
15
{
16
}
17
}
CurrencyType
CurrencyType
Definition:
CurrencyType.cs:2
ButtonGrid
Definition:
ButtonGrid.cs:7
Card
Definition:
Card.cs:11
InvOwnerToolbelt
Definition:
InvOwnerToolbelt.cs:2
InvOwnerToolbelt.InvOwnerToolbelt
InvOwnerToolbelt(Card owner, Card container=null, CurrencyType _currency=CurrencyType.None)
Definition:
InvOwnerToolbelt.cs:13
InvOwnerToolbelt.OnClick
override void OnClick(ButtonGrid button)
Definition:
InvOwnerToolbelt.cs:8
InvOwnerToolbelt.AllowHold
override bool AllowHold(Thing t)
Definition:
InvOwnerToolbelt.cs:3
InvOwner
Definition:
InvOwner.cs:6
InvOwner.owner
Card owner
Definition:
InvOwner.cs:538
Thing
Definition:
Thing.cs:8
Elin
InvOwnerToolbelt.cs
Generated by
1.9.6