Elin Modding Docs Doc
Loading...
Searching...
No Matches
LayerCollectible Class Reference
Inheritance diagram for LayerCollectible:
ELayer

Public Member Functions

override void OnAfterInit ()
 
void Refresh ()
 
void SetButton (Hoard.Item a, UIButton b)
 
void RefreshInfo (UIButton button, bool force=false)
 
- 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

UIList list
 
UIText textName
 
UIText textDetail
 
UIButton selected
 
UIButton lastShown
 
Image imageItem
 
Vector3 contextFix
 
Func< Hoard.Item, bool > onClick
 

Properties

Hoard hoard [get]
 
- 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]
 

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 ()
 

Detailed Description

Definition at line 6 of file LayerCollectible.cs.

Member Function Documentation

◆ OnAfterInit()

override void LayerCollectible.OnAfterInit ( )

Definition at line 19 of file LayerCollectible.cs.

◆ Refresh()

void LayerCollectible.Refresh ( )

Definition at line 29 of file LayerCollectible.cs.

◆ RefreshInfo()

void LayerCollectible.RefreshInfo ( UIButton button,
bool force = false )

Definition at line 107 of file LayerCollectible.cs.

◆ SetButton()

void LayerCollectible.SetButton ( Hoard.Item a,
UIButton b )

Definition at line 93 of file LayerCollectible.cs.

Member Data Documentation

◆ contextFix

Vector3 LayerCollectible.contextFix

Definition at line 145 of file LayerCollectible.cs.

◆ imageItem

Image LayerCollectible.imageItem

Definition at line 142 of file LayerCollectible.cs.

◆ lastShown

UIButton LayerCollectible.lastShown

Definition at line 139 of file LayerCollectible.cs.

◆ list

UIList LayerCollectible.list

Definition at line 127 of file LayerCollectible.cs.

◆ onClick

Func<Hoard.Item, bool> LayerCollectible.onClick

Definition at line 148 of file LayerCollectible.cs.

◆ selected

UIButton LayerCollectible.selected

Definition at line 136 of file LayerCollectible.cs.

◆ textDetail

UIText LayerCollectible.textDetail

Definition at line 133 of file LayerCollectible.cs.

◆ textName

UIText LayerCollectible.textName

Definition at line 130 of file LayerCollectible.cs.

Property Documentation

◆ hoard

Hoard LayerCollectible.hoard
get

Definition at line 10 of file LayerCollectible.cs.


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