Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
ThingContainer.DestData Struct Reference

Public Attributes

Card container
 
Thing stack
 

Properties

bool IsValid [get]
 

Detailed Description

Definition at line 8 of file ThingContainer.cs.

Member Data Documentation

◆ container

Card ThingContainer.DestData.container

Definition at line 10 of file ThingContainer.cs.

Referenced by Chara.Pick().

◆ stack

Thing ThingContainer.DestData.stack

Definition at line 12 of file ThingContainer.cs.

Referenced by Chara.Pick(), and Card.TryStack().

Property Documentation

◆ IsValid

bool ThingContainer.DestData.IsValid
get

Definition at line 14 of file ThingContainer.cs.

15 {
16 get
17 {
18 if (stack == null)
19 {
20 return container != null;
21 }
22 return true;
23 }
24 }

Referenced by ThingContainer.GetDest(), ThingContainer.IsFull(), and Chara.Pick().


The documentation for this struct was generated from the following file: