Elin Modding Docs Doc
|
Classes | |
class | ListBGM |
Public Types | |
enum | Mode { Playlist , LotBGM } |
Public Member Functions | |
override void | OnInit () |
void | Activate (TraitJukeBox _box) |
void | Activate (TraitHouseBoard _board) |
void | Activate (LayerEditPlaylist.Mode _mode=LayerEditPlaylist.Mode.Playlist) |
void | Refresh () |
void | TogglePL () |
override void | OnKill () |
override void | OnSwitchContent (Window window) |
![]() | |
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 | |
List< BGMData > | itemsDay = new List<BGMData>() |
List< BGMData > | itemsNight = new List<BGMData>() |
UIMultiList | multi |
bool | day |
bool | keepPlaying |
bool | single |
bool | dayNight |
LayerEditPlaylist.Mode | mode |
TraitHouseBoard | board |
TraitJukeBox | jukebox |
Properties | |
Dictionary< int, BGMData > | bgms [get] |
![]() | |
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] |
Additional Inherited Members | |
![]() | |
static int | rnd (int a) |
![]() | |
override void | _Close () |
override void | Kill () |
Definition at line 7 of file LayerEditPlaylist.cs.
enum LayerEditPlaylist.Mode |
Definition at line 220 of file LayerEditPlaylist.cs.
void LayerEditPlaylist.Activate | ( | LayerEditPlaylist.Mode | _mode = LayerEditPlaylist::Mode::Playlist | ) |
Definition at line 41 of file LayerEditPlaylist.cs.
void LayerEditPlaylist.Activate | ( | TraitHouseBoard | _board | ) |
Definition at line 33 of file LayerEditPlaylist.cs.
void LayerEditPlaylist.Activate | ( | TraitJukeBox | _box | ) |
Definition at line 25 of file LayerEditPlaylist.cs.
override void LayerEditPlaylist.OnInit | ( | ) |
Definition at line 20 of file LayerEditPlaylist.cs.
override void LayerEditPlaylist.OnKill | ( | ) |
Definition at line 152 of file LayerEditPlaylist.cs.
override void LayerEditPlaylist.OnSwitchContent | ( | Window | window | ) |
Definition at line 181 of file LayerEditPlaylist.cs.
void LayerEditPlaylist.Refresh | ( | ) |
Definition at line 83 of file LayerEditPlaylist.cs.
void LayerEditPlaylist.TogglePL | ( | ) |
Definition at line 143 of file LayerEditPlaylist.cs.
TraitHouseBoard LayerEditPlaylist.board |
Definition at line 214 of file LayerEditPlaylist.cs.
bool LayerEditPlaylist.day |
Definition at line 199 of file LayerEditPlaylist.cs.
bool LayerEditPlaylist.dayNight |
Definition at line 208 of file LayerEditPlaylist.cs.
List<BGMData> LayerEditPlaylist.itemsDay = new List<BGMData>() |
Definition at line 190 of file LayerEditPlaylist.cs.
List<BGMData> LayerEditPlaylist.itemsNight = new List<BGMData>() |
Definition at line 193 of file LayerEditPlaylist.cs.
TraitJukeBox LayerEditPlaylist.jukebox |
Definition at line 217 of file LayerEditPlaylist.cs.
bool LayerEditPlaylist.keepPlaying |
Definition at line 202 of file LayerEditPlaylist.cs.
LayerEditPlaylist.Mode LayerEditPlaylist.mode |
Definition at line 211 of file LayerEditPlaylist.cs.
UIMultiList LayerEditPlaylist.multi |
Definition at line 196 of file LayerEditPlaylist.cs.
bool LayerEditPlaylist.single |
Definition at line 205 of file LayerEditPlaylist.cs.
|
get |
Definition at line 11 of file LayerEditPlaylist.cs.