Elin Modding Docs Doc
|
Public Member Functions | |
virtual void | List () |
virtual void | OnCreate () |
virtual void | OnSwitchContent () |
virtual void | OnRefreshMenu () |
void | MoveToOther (object c) |
virtual void | OnClick (T1 a, T2 b) |
virtual void | OnInstantiate (T1 a, T2 b) |
virtual void | OnList () |
Public Attributes | |
Layer | layer |
Window | window |
UIMultiList | multi |
ListOwner | other |
UIList | list |
WindowMenu | menu |
string | textTab |
string | textHeader |
bool | main |
int | index |
Properties | |
ListOwner | Main [get] |
virtual string | IdTitle [get] |
virtual string | IdHeaderRow [get] |
virtual string | TextTab [get] |
virtual string | TextHeader [get] |
![]() | |
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 Faction | Wilds [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 SourceManager | sources [get] |
static SourceManager | editorSources [get] |
static SoundManager | Sound [get] |
static CoreDebug | debug [get] |
Additional Inherited Members | |
![]() | |
static int | rnd (int a) |
static int | curve (int a, int start, int step, int rate=75) |
static int | rndHalf (int a) |
static float | rndf (float a) |
static int | rndSqrt (int a) |
static void | Wait (float a, Card c) |
static void | Wait (float a, Point p) |
static int | Bigger (int a, int b) |
static int | Smaller (int a, int b) |
![]() | |
static Core | core |
Definition at line 4 of file ListOwner.cs.
|
virtual |
Definition at line 65 of file ListOwner.2.cs.
void ListOwner< T1, T2 >.MoveToOther | ( | object | c | ) |
Definition at line 98 of file ListOwner.2.cs.
|
virtual |
Definition at line 7 of file ListOwner.cs.
|
virtual |
Definition at line 70 of file ListOwner.2.cs.
|
virtual |
Definition at line 12 of file ListOwner.cs.
|
virtual |
Definition at line 17 of file ListOwner.cs.
|
virtual |
Definition at line 91 of file ListOwner.2.cs.
|
virtual |
Definition at line 75 of file ListOwner.2.cs.
int ListOwner< T1, T2 >.index |
Definition at line 134 of file ListOwner.2.cs.
Layer ListOwner< T1, T2 >.layer |
Definition at line 107 of file ListOwner.2.cs.
UIList ListOwner< T1, T2 >.list |
Definition at line 119 of file ListOwner.2.cs.
bool ListOwner< T1, T2 >.main |
Definition at line 131 of file ListOwner.2.cs.
WindowMenu ListOwner< T1, T2 >.menu |
Definition at line 122 of file ListOwner.2.cs.
UIMultiList ListOwner< T1, T2 >.multi |
Definition at line 113 of file ListOwner.2.cs.
Definition at line 116 of file ListOwner.2.cs.
string ListOwner< T1, T2 >.textHeader |
Definition at line 128 of file ListOwner.2.cs.
string ListOwner< T1, T2 >.textTab |
Definition at line 125 of file ListOwner.2.cs.
Window ListOwner< T1, T2 >.window |
Definition at line 110 of file ListOwner.2.cs.
|
get |
Definition at line 32 of file ListOwner.2.cs.
|
get |
Definition at line 22 of file ListOwner.2.cs.
Definition at line 8 of file ListOwner.2.cs.
|
get |
Definition at line 52 of file ListOwner.2.cs.
|
get |
Definition at line 42 of file ListOwner.2.cs.