Elin Decompiled Documentation EA 23.102 Nightly
|
Public Member Functions | |
void | Refresh () |
void | Init (Card _owner) |
void | InitFuel (Card _owner) |
Public Attributes | |
Window | window |
UIText | textHeader |
Transform | transMold |
Transform | moldThing |
Transform | moldPlus |
Transform | moldEqual |
Transform | moldOr |
Transform | moldCat |
Transform | moldUnknown |
UIList | list |
Card | owner |
UINote | note |
Private Member Functions | |
void | Awake () |
Additional Inherited Members | |
![]() | |
static int | rnd (int a) |
![]() | |
static Core | core |
![]() | |
static Game | game [get] |
static bool | AdvMode [get] |
static Player | player [get] |
static Chara | pc [get] |
static UI | ui [get] |
static Map | _map [get] |
static Zone | _zone [get] |
static FactionBranch | Branch [get] |
static FactionBranch | BranchOrHomeBranch [get] |
static Faction | Home [get] |
static Scene | scene [get] |
static BaseGameScreen | screen [get] |
static GameSetting | setting [get] |
static GameData | gamedata [get] |
static ColorProfile | Colors [get] |
static World | world [get] |
static SoundManager | Sound [get] |
static SourceManager | sources [get] |
static SourceManager | editorSources [get] |
static CoreDebug | debug [get] |
Definition at line 6 of file UIDragGridInfo.cs.
|
inlineprivate |
Definition at line 32 of file UIDragGridInfo.cs.
|
inline |
Definition at line 43 of file UIDragGridInfo.cs.
References EMono._zone, UIList.Add(), SourceManager.cards, SourceManager.categories, EMono.debug, RenderRow.DefaultMaterial, RenderRow.GetColorInt(), CardRow.GetName(), Zone.GetOrCreateFortuneRollData(), CoreDebug.godCraft, TraitCrafter.IdSource, item, Player.knownCraft, UIText.lang, UIList.List(), list, SourceCard.map, SourceManager.materials, moldCat, moldEqual, moldOr, moldPlus, moldThing, moldUnknown, note, TraitCrafter.numIng, owner, EMono.player, SourceManager.recipes, RenderRow.SetImage(), EMono.sources, Util, window, and FortuneRollData.WriteNote().
Referenced by Refresh().
|
inline |
Definition at line 153 of file UIDragGridInfo.cs.
References UIList.Add(), SourceManager.cards, SourceManager.categories, RenderRow.Category, RenderRow.DefaultMaterial, RenderRow.GetColorInt(), CardRow.GetName(), Card.id, Trait.IsFuel(), item, UIText.lang, UIList.List(), list, SourceCard.map, SourceManager.materials, moldCat, moldEqual, moldThing, moldUnknown, owner, SourceCard.rows, RenderRow.SetImage(), EMono.sources, SourceManager.things, Card.trait, Util, RenderRow.value, and window.
|
inline |
Definition at line 38 of file UIDragGridInfo.cs.
Referenced by TraitCrafter.Craft().
UIList UIDragGridInfo.list |
Definition at line 26 of file UIDragGridInfo.cs.
Referenced by Init(), and InitFuel().
Transform UIDragGridInfo.moldCat |
Definition at line 22 of file UIDragGridInfo.cs.
Referenced by Init(), and InitFuel().
Transform UIDragGridInfo.moldEqual |
Definition at line 18 of file UIDragGridInfo.cs.
Referenced by Init(), and InitFuel().
Transform UIDragGridInfo.moldOr |
Definition at line 20 of file UIDragGridInfo.cs.
Referenced by Init().
Transform UIDragGridInfo.moldPlus |
Definition at line 16 of file UIDragGridInfo.cs.
Referenced by Init().
Transform UIDragGridInfo.moldThing |
Definition at line 14 of file UIDragGridInfo.cs.
Referenced by Init(), and InitFuel().
Transform UIDragGridInfo.moldUnknown |
Definition at line 24 of file UIDragGridInfo.cs.
Referenced by Init(), and InitFuel().
UINote UIDragGridInfo.note |
Definition at line 30 of file UIDragGridInfo.cs.
Referenced by Init().
Card UIDragGridInfo.owner |
Definition at line 28 of file UIDragGridInfo.cs.
Referenced by Init(), InitFuel(), and Refresh().
UIText UIDragGridInfo.textHeader |
Definition at line 10 of file UIDragGridInfo.cs.
Transform UIDragGridInfo.transMold |
Definition at line 12 of file UIDragGridInfo.cs.
Referenced by Awake().
Window UIDragGridInfo.window |
Definition at line 8 of file UIDragGridInfo.cs.
Referenced by Awake(), Init(), and InitFuel().