Elin Modding Docs Doc
|
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 |
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 8 of file UIDragGridInfo.cs.
void UIDragGridInfo.Init | ( | Card | _owner | ) |
Definition at line 24 of file UIDragGridInfo.cs.
void UIDragGridInfo.InitFuel | ( | Card | _owner | ) |
Definition at line 89 of file UIDragGridInfo.cs.
void UIDragGridInfo.Refresh | ( | ) |
Definition at line 18 of file UIDragGridInfo.cs.
UIList UIDragGridInfo.list |
Definition at line 155 of file UIDragGridInfo.cs.
Transform UIDragGridInfo.moldCat |
Definition at line 149 of file UIDragGridInfo.cs.
Transform UIDragGridInfo.moldEqual |
Definition at line 143 of file UIDragGridInfo.cs.
Transform UIDragGridInfo.moldOr |
Definition at line 146 of file UIDragGridInfo.cs.
Transform UIDragGridInfo.moldPlus |
Definition at line 140 of file UIDragGridInfo.cs.
Transform UIDragGridInfo.moldThing |
Definition at line 137 of file UIDragGridInfo.cs.
Transform UIDragGridInfo.moldUnknown |
Definition at line 152 of file UIDragGridInfo.cs.
Card UIDragGridInfo.owner |
Definition at line 158 of file UIDragGridInfo.cs.
UIText UIDragGridInfo.textHeader |
Definition at line 131 of file UIDragGridInfo.cs.
Transform UIDragGridInfo.transMold |
Definition at line 134 of file UIDragGridInfo.cs.
Window UIDragGridInfo.window |
Definition at line 128 of file UIDragGridInfo.cs.