Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
TraitShippingChest.cs
Go to the documentation of this file.
2{
3 public override bool IsHomeItem => true;
4
5 public override bool IsSpecialContainer => true;
6
7 public override bool CanOpenContainer
8 {
9 get
10 {
12 {
13 return owner.IsInstalled;
14 }
15 return false;
16 }
17 }
18
19 public override bool ShowOpenActAsCrime => false;
20
21 public override bool ShowChildrenNumber => false;
22
23 public override bool UseAltTiles => EClass.game.cards.container_shipping.things.Count > 0;
24
25 public override bool CanBeShipped => false;
26
27 public override void Prespawn(int lv)
28 {
29 }
30}
bool IsInstalled
Definition: Card.cs:2241
Definition: EClass.cs:5
static Zone _zone
Definition: EClass.cs:20
override bool IsHomeItem
override void Prespawn(int lv)
override bool CanBeShipped
override bool ShowChildrenNumber
override bool IsSpecialContainer
override bool CanOpenContainer
override bool ShowOpenActAsCrime
override bool UseAltTiles
Card owner
Definition: Trait.cs:26
bool IsPCFaction
Definition: Zone.cs:464