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

Public Member Functions

override void OnInit ()
 
override void OnSwitchContent (Window window)
 
void Update ()
 
void OnCompleteCraft ()
 
void RefreshCraft ()
 
void ShowContextMenu (Recipe a)
 
void RefreshDisassemble ()
 
void RefreshSize ()
 
- 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

UIDynamicList list
 
Recipe recipe
 
UIButton moldButtonContext
 
int maxSize
 
int paddingY
 
int paddingY2
 
string idLastRecipe
 

Static Public Attributes

static LayerCraftFloat Instance
 

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

Member Function Documentation

◆ OnCompleteCraft()

void LayerCraftFloat.OnCompleteCraft ( )

Definition at line 56 of file LayerCraftFloat.cs.

◆ OnInit()

override void LayerCraftFloat.OnInit ( )

Definition at line 10 of file LayerCraftFloat.cs.

◆ OnSwitchContent()

override void LayerCraftFloat.OnSwitchContent ( Window window)

Definition at line 16 of file LayerCraftFloat.cs.

◆ RefreshCraft()

void LayerCraftFloat.RefreshCraft ( )

Definition at line 61 of file LayerCraftFloat.cs.

◆ RefreshDisassemble()

void LayerCraftFloat.RefreshDisassemble ( )

Definition at line 206 of file LayerCraftFloat.cs.

◆ RefreshSize()

void LayerCraftFloat.RefreshSize ( )

Definition at line 247 of file LayerCraftFloat.cs.

◆ ShowContextMenu()

void LayerCraftFloat.ShowContextMenu ( Recipe a)

Definition at line 125 of file LayerCraftFloat.cs.

◆ Update()

void LayerCraftFloat.Update ( )

Definition at line 26 of file LayerCraftFloat.cs.

Member Data Documentation

◆ idLastRecipe

string LayerCraftFloat.idLastRecipe

Definition at line 283 of file LayerCraftFloat.cs.

◆ Instance

LayerCraftFloat LayerCraftFloat.Instance
static

Definition at line 262 of file LayerCraftFloat.cs.

◆ list

UIDynamicList LayerCraftFloat.list

Definition at line 265 of file LayerCraftFloat.cs.

◆ maxSize

int LayerCraftFloat.maxSize

Definition at line 274 of file LayerCraftFloat.cs.

◆ moldButtonContext

UIButton LayerCraftFloat.moldButtonContext

Definition at line 271 of file LayerCraftFloat.cs.

◆ paddingY

int LayerCraftFloat.paddingY

Definition at line 277 of file LayerCraftFloat.cs.

◆ paddingY2

int LayerCraftFloat.paddingY2

Definition at line 280 of file LayerCraftFloat.cs.

◆ recipe

Recipe LayerCraftFloat.recipe

Definition at line 268 of file LayerCraftFloat.cs.


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