Elin Modding Docs Doc
All Classes Namespaces
LayerInfo Class Reference
Inheritance diagram for LayerInfo:
ELayer

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]
 

Detailed Description

Definition at line 5 of file LayerInfo.cs.

Member Function Documentation

◆ OnAfterInit()

override void LayerInfo.OnAfterInit ( )

Definition at line 8 of file LayerInfo.cs.

◆ OnKill()

override void LayerInfo.OnKill ( )

Definition at line 76 of file LayerInfo.cs.

◆ OnUpdateInput()

override void LayerInfo.OnUpdateInput ( )

Definition at line 86 of file LayerInfo.cs.

◆ Set()

void LayerInfo.Set ( object o,
bool _examine = false )

Definition at line 22 of file LayerInfo.cs.

◆ SetBlock()

void LayerInfo.SetBlock ( Cell cell)

Definition at line 39 of file LayerInfo.cs.

◆ SetElement()

void LayerInfo.SetElement ( Element e)

Definition at line 15 of file LayerInfo.cs.

◆ SetFloor()

void LayerInfo.SetFloor ( Cell cell)

Definition at line 46 of file LayerInfo.cs.

◆ SetLiquid()

void LayerInfo.SetLiquid ( Cell cell)

Definition at line 53 of file LayerInfo.cs.

◆ SetObj()

void LayerInfo.SetObj ( Cell cell)

Definition at line 69 of file LayerInfo.cs.

◆ SetThing()

void LayerInfo.SetThing ( Thing t,
bool _examine = false )

Definition at line 31 of file LayerInfo.cs.

◆ SetZone()

void LayerInfo.SetZone ( Zone z)

Definition at line 60 of file LayerInfo.cs.

Member Data Documentation

◆ examine

bool LayerInfo.examine

Definition at line 110 of file LayerInfo.cs.

◆ info

UICardInfo LayerInfo.info

Definition at line 104 of file LayerInfo.cs.

◆ note

UINote LayerInfo.note

Definition at line 107 of file LayerInfo.cs.


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