Elin Decompiled Documentation
EA 23.230 Nightly
Loading...
Searching...
No Matches
TraitBedCoffin.cs
Go to the documentation of this file.
1
public
class
TraitBedCoffin
:
TraitBed
2
{
3
public
override
bool
UseAltTiles
4
{
5
get
6
{
7
if
(
owner
.
ExistsOnMap
&&
owner
.
IsInstalled
)
8
{
9
return
!
owner
.
pos
.
HasChara
;
10
}
11
return
true
;
12
}
13
}
14
}
Card.ExistsOnMap
bool ExistsOnMap
Definition:
Card.cs:2073
Card.pos
Point pos
Definition:
Card.cs:59
Card.IsInstalled
bool IsInstalled
Definition:
Card.cs:2369
Point.HasChara
bool HasChara
Definition:
Point.cs:226
TraitBedCoffin
Definition:
TraitBedCoffin.cs:2
TraitBedCoffin.UseAltTiles
override bool UseAltTiles
Definition:
TraitBedCoffin.cs:4
TraitBed
Definition:
TraitBed.cs:4
Trait.owner
Card owner
Definition:
Trait.cs:27
Elin
TraitBedCoffin.cs
Generated by
1.9.6