|
Elin Modding Docs Doc
|
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] |
Definition at line 7 of file LayerCraftFloat.cs.
| void LayerCraftFloat.OnCompleteCraft | ( | ) |
Definition at line 56 of file LayerCraftFloat.cs.
| override void LayerCraftFloat.OnInit | ( | ) |
Definition at line 10 of file LayerCraftFloat.cs.
| override void LayerCraftFloat.OnSwitchContent | ( | Window | window | ) |
Definition at line 16 of file LayerCraftFloat.cs.
| void LayerCraftFloat.RefreshCraft | ( | ) |
Definition at line 61 of file LayerCraftFloat.cs.
| void LayerCraftFloat.RefreshDisassemble | ( | ) |
Definition at line 206 of file LayerCraftFloat.cs.
| void LayerCraftFloat.RefreshSize | ( | ) |
Definition at line 247 of file LayerCraftFloat.cs.
| void LayerCraftFloat.ShowContextMenu | ( | Recipe | a | ) |
Definition at line 125 of file LayerCraftFloat.cs.
| void LayerCraftFloat.Update | ( | ) |
Definition at line 26 of file LayerCraftFloat.cs.
| string LayerCraftFloat.idLastRecipe |
Definition at line 283 of file LayerCraftFloat.cs.
|
static |
Definition at line 262 of file LayerCraftFloat.cs.
| UIDynamicList LayerCraftFloat.list |
Definition at line 265 of file LayerCraftFloat.cs.
| int LayerCraftFloat.maxSize |
Definition at line 274 of file LayerCraftFloat.cs.
| UIButton LayerCraftFloat.moldButtonContext |
Definition at line 271 of file LayerCraftFloat.cs.
| int LayerCraftFloat.paddingY |
Definition at line 277 of file LayerCraftFloat.cs.
| int LayerCraftFloat.paddingY2 |
Definition at line 280 of file LayerCraftFloat.cs.
| Recipe LayerCraftFloat.recipe |
Definition at line 268 of file LayerCraftFloat.cs.