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

Public Member Functions

override void OnAfterInit ()
 
void Reset ()
 
override void OnKill ()
 
void AddRandom ()
 
void Generate ()
 
void OnClickClear ()
 
void OnClickNextMode ()
 
void OnClickConfig ()
 
- 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

HoardActor actor
 
bool autoList
 
int autoNum
 
float idleTimer
 
float fadeSpeed
 
CanvasGroup cg
 
UIText textMode
 
UIText textScore
 
UIText textTime
 
UIButton[] debugButtons
 
LayoutGroup layoutMenu
 
int v
 

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 7 of file LayerHoard.cs.

Member Function Documentation

◆ AddRandom()

void LayerHoard.AddRandom ( )

Definition at line 143 of file LayerHoard.cs.

◆ Generate()

void LayerHoard.Generate ( )

Definition at line 157 of file LayerHoard.cs.

◆ OnAfterInit()

override void LayerHoard.OnAfterInit ( )

Definition at line 20 of file LayerHoard.cs.

◆ OnClickClear()

void LayerHoard.OnClickClear ( )

Definition at line 172 of file LayerHoard.cs.

◆ OnClickConfig()

void LayerHoard.OnClickConfig ( )

Definition at line 188 of file LayerHoard.cs.

◆ OnClickNextMode()

void LayerHoard.OnClickNextMode ( )

Definition at line 180 of file LayerHoard.cs.

◆ OnKill()

override void LayerHoard.OnKill ( )

Definition at line 57 of file LayerHoard.cs.

◆ Reset()

void LayerHoard.Reset ( )

Definition at line 50 of file LayerHoard.cs.

Member Data Documentation

◆ actor

HoardActor LayerHoard.actor

Definition at line 227 of file LayerHoard.cs.

◆ autoList

bool LayerHoard.autoList

Definition at line 230 of file LayerHoard.cs.

◆ autoNum

int LayerHoard.autoNum

Definition at line 233 of file LayerHoard.cs.

◆ cg

CanvasGroup LayerHoard.cg

Definition at line 242 of file LayerHoard.cs.

◆ debugButtons

UIButton [] LayerHoard.debugButtons

Definition at line 254 of file LayerHoard.cs.

◆ fadeSpeed

float LayerHoard.fadeSpeed

Definition at line 239 of file LayerHoard.cs.

◆ idleTimer

float LayerHoard.idleTimer

Definition at line 236 of file LayerHoard.cs.

◆ layoutMenu

LayoutGroup LayerHoard.layoutMenu

Definition at line 257 of file LayerHoard.cs.

◆ textMode

UIText LayerHoard.textMode

Definition at line 245 of file LayerHoard.cs.

◆ textScore

UIText LayerHoard.textScore

Definition at line 248 of file LayerHoard.cs.

◆ textTime

UIText LayerHoard.textTime

Definition at line 251 of file LayerHoard.cs.

◆ v

int LayerHoard.v

Definition at line 263 of file LayerHoard.cs.

Property Documentation

◆ hoard

Hoard LayerHoard.hoard
get

Definition at line 11 of file LayerHoard.cs.


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