Elin Modding Docs Doc
Loading...
Searching...
No Matches
CellDetail Class Reference

Public Member Functions

bool TryDespawn ()
 
void MoveThingToBottom (Thing t)
 
void MoveThingToTop (Thing t)
 

Static Public Member Functions

static CellDetail Spawn ()
 

Public Attributes

List< Thingthings = new List<Thing>(1)
 
List< Characharas = new List<Chara>(1)
 
Area area
 
Footmark footmark
 
TaskDesignation designation
 
TransAnime anime
 

Static Public Attributes

static int count
 
static Map map
 
static Stack< CellDetailcache = new Stack<CellDetail>()
 

Properties

static CellDetail Empty [get]
 

Detailed Description

Definition at line 5 of file CellDetail.cs.

Member Function Documentation

◆ MoveThingToBottom()

void CellDetail.MoveThingToBottom ( Thing t)

Definition at line 40 of file CellDetail.cs.

◆ MoveThingToTop()

void CellDetail.MoveThingToTop ( Thing t)

Definition at line 57 of file CellDetail.cs.

◆ Spawn()

static CellDetail CellDetail.Spawn ( )
static

Definition at line 18 of file CellDetail.cs.

◆ TryDespawn()

bool CellDetail.TryDespawn ( )

Definition at line 29 of file CellDetail.cs.

Member Data Documentation

◆ anime

TransAnime CellDetail.anime

Definition at line 104 of file CellDetail.cs.

◆ area

Area CellDetail.area

Definition at line 95 of file CellDetail.cs.

◆ cache

Stack<CellDetail> CellDetail.cache = new Stack<CellDetail>()
static

Definition at line 86 of file CellDetail.cs.

◆ charas

List<Chara> CellDetail.charas = new List<Chara>(1)

Definition at line 92 of file CellDetail.cs.

◆ count

int CellDetail.count
static

Definition at line 80 of file CellDetail.cs.

◆ designation

TaskDesignation CellDetail.designation

Definition at line 101 of file CellDetail.cs.

◆ footmark

Footmark CellDetail.footmark

Definition at line 98 of file CellDetail.cs.

◆ map

Map CellDetail.map
static

Definition at line 83 of file CellDetail.cs.

◆ things

List<Thing> CellDetail.things = new List<Thing>(1)

Definition at line 89 of file CellDetail.cs.

Property Documentation

◆ Empty

CellDetail CellDetail.Empty
staticget

Definition at line 9 of file CellDetail.cs.


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