|
Elin Modding Docs Doc
|
Public Member Functions | |
| bool | TryDespawn () |
| void | MoveThingToBottom (Thing t) |
| void | MoveThingToTop (Thing t) |
Static Public Member Functions | |
| static CellDetail | Spawn () |
Public Attributes | |
| List< Thing > | things = new List<Thing>(1) |
| List< Chara > | charas = new List<Chara>(1) |
| Area | area |
| Footmark | footmark |
| TaskDesignation | designation |
| TransAnime | anime |
Static Public Attributes | |
| static int | count |
| static Map | map |
| static Stack< CellDetail > | cache = new Stack<CellDetail>() |
Properties | |
| static CellDetail | Empty [get] |
Definition at line 5 of file CellDetail.cs.
| void CellDetail.MoveThingToBottom | ( | Thing | t | ) |
Definition at line 40 of file CellDetail.cs.
| void CellDetail.MoveThingToTop | ( | Thing | t | ) |
Definition at line 57 of file CellDetail.cs.
|
static |
Definition at line 18 of file CellDetail.cs.
| bool CellDetail.TryDespawn | ( | ) |
Definition at line 29 of file CellDetail.cs.
| TransAnime CellDetail.anime |
Definition at line 104 of file CellDetail.cs.
| Area CellDetail.area |
Definition at line 95 of file CellDetail.cs.
|
static |
Definition at line 86 of file CellDetail.cs.
Definition at line 92 of file CellDetail.cs.
|
static |
Definition at line 80 of file CellDetail.cs.
| TaskDesignation CellDetail.designation |
Definition at line 101 of file CellDetail.cs.
| Footmark CellDetail.footmark |
Definition at line 98 of file CellDetail.cs.
|
static |
Definition at line 83 of file CellDetail.cs.
Definition at line 89 of file CellDetail.cs.
|
staticget |
Definition at line 9 of file CellDetail.cs.