|
Elin Modding Docs Doc
|
Public Member Functions | |
| override void | OnAfterInit () |
| void | SetElement (Element e) |
| void | Set (object o, bool _examine=false) |
| void | SetThing (Thing t, bool _examine=false) |
| void | SetBlock (Cell cell) |
| void | SetFloor (Cell cell) |
| void | SetLiquid (Cell cell) |
| void | SetZone (Zone z) |
| void | SetObj (Cell cell) |
| override void | OnKill () |
| override void | OnUpdateInput () |
Public Member Functions inherited from ELayer | |
| override void | OnBeforeAddLayer () |
| void | InitInspector () |
| override void | Init () |
| override void | OnAfterAddLayer () |
| void | TryShowHelp () |
| void | AddLayerToUI (string id) |
| void | TryShowHint (string _langHint=null) |
| void | TalkHomeMemeber (string id) |
| void | TalkMaid (string id) |
| override void | OnRightClick () |
Public Attributes | |
| UICardInfo | info |
| UINote | note |
| bool | examine |
Additional Inherited Members | |
Static Public Member Functions inherited from ELayer | |
| static int | rnd (int a) |
Protected Member Functions inherited from ELayer | |
| override void | _Close () |
| override void | Kill () |
Properties inherited from ELayer | |
| static Core | core [get] |
| static Game | game [get] |
| static bool | AdvMode [get] |
| static Player | player [get] |
| static Chara | pc [get] |
| static FactionBranch | Branch [get] |
| static Faction | Home [get] |
| static UI | ui [get] |
| static Map | _map [get] |
| static Zone | _zone [get] |
| static Scene | scene [get] |
| static BaseGameScreen | screen [get] |
| static CoreConfig | config [get] |
| static GameSetting | setting [get] |
| static ColorProfile | Colors [get] |
| static SourceManager | sources [get] |
| static World | world [get] |
| static SoundManager | Sound [get] |
| static CoreDebug | debug [get] |
| bool | IsFloat [get] |
| virtual string | IdHelp [get] |
Definition at line 5 of file LayerInfo.cs.
| override void LayerInfo.OnAfterInit | ( | ) |
Definition at line 8 of file LayerInfo.cs.
| override void LayerInfo.OnKill | ( | ) |
Definition at line 76 of file LayerInfo.cs.
| override void LayerInfo.OnUpdateInput | ( | ) |
Definition at line 86 of file LayerInfo.cs.
| void LayerInfo.Set | ( | object | o, |
| bool | _examine = false ) |
Definition at line 22 of file LayerInfo.cs.
| void LayerInfo.SetBlock | ( | Cell | cell | ) |
Definition at line 39 of file LayerInfo.cs.
| void LayerInfo.SetElement | ( | Element | e | ) |
Definition at line 15 of file LayerInfo.cs.
| void LayerInfo.SetFloor | ( | Cell | cell | ) |
Definition at line 46 of file LayerInfo.cs.
| void LayerInfo.SetLiquid | ( | Cell | cell | ) |
Definition at line 53 of file LayerInfo.cs.
| void LayerInfo.SetObj | ( | Cell | cell | ) |
Definition at line 69 of file LayerInfo.cs.
| void LayerInfo.SetThing | ( | Thing | t, |
| bool | _examine = false ) |
Definition at line 31 of file LayerInfo.cs.
| void LayerInfo.SetZone | ( | Zone | z | ) |
Definition at line 60 of file LayerInfo.cs.
| bool LayerInfo.examine |
Definition at line 110 of file LayerInfo.cs.
| UICardInfo LayerInfo.info |
Definition at line 104 of file LayerInfo.cs.
| UINote LayerInfo.note |
Definition at line 107 of file LayerInfo.cs.