Elin Modding Docs Doc
|
Public Member Functions | |
override 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 | |
List< BGMData > | items |
string | idTitle |
bool | single |
![]() | |
Layer | layer |
Window | window |
UIMultiList | multi |
ListOwner | other |
UIList | list |
WindowMenu | menu |
string | textTab |
string | textHeader |
bool | main |
int | index |
Properties | |
new LayerEditPlaylist | layer [get] |
override string | IdTitle [get] |
![]() | |
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 229 of file LayerEditPlaylist.cs.
|
virtual |
Reimplemented from ListOwner< BGMData, ItemGeneral >.
Definition at line 252 of file LayerEditPlaylist.cs.
string LayerEditPlaylist.ListBGM.idTitle |
Definition at line 320 of file LayerEditPlaylist.cs.
List<BGMData> LayerEditPlaylist.ListBGM.items |
Definition at line 317 of file LayerEditPlaylist.cs.
bool LayerEditPlaylist.ListBGM.single |
Definition at line 323 of file LayerEditPlaylist.cs.
|
get |
Definition at line 243 of file LayerEditPlaylist.cs.
|
get |
Definition at line 233 of file LayerEditPlaylist.cs.