Elin Modding Docs Doc
|
Public Member Functions | |
override void | OnInit () |
override void | OnUpdateInput () |
override void | OnKill () |
![]() | |
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 () |
Static Public Member Functions | |
static bool | IsActive () |
static LayerDrama | ActivateMain (string idSheet, string idStep=null, Chara target=null, Card ref1=null, string tag="") |
static LayerDrama | Activate (string book, string idSheet, string idStep, Chara target=null, Card ref1=null, string tag="") |
static LayerDrama | ActivateNerun (string idText) |
![]() | |
static int | rnd (int a) |
Public Attributes | |
DramaManager | drama |
CanvasGroup | cg |
DramaSetup | setup |
Static Public Attributes | |
static Quest | currentQuest |
static Religion | currentReligion |
static bool | keepBGM |
static bool | haltPlaylist |
static bool | maxBGMVolume |
static string | forceJump |
static LayerDrama | Instance |
static Card | alwaysVisible |
Additional Inherited Members | |
![]() | |
override void | _Close () |
override void | Kill () |
![]() | |
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] |
Definition at line 5 of file LayerDrama.cs.
|
static |
Definition at line 42 of file LayerDrama.cs.
|
static |
Definition at line 36 of file LayerDrama.cs.
|
static |
Definition at line 65 of file LayerDrama.cs.
|
static |
Definition at line 8 of file LayerDrama.cs.
override void LayerDrama.OnInit | ( | ) |
Definition at line 14 of file LayerDrama.cs.
override void LayerDrama.OnKill | ( | ) |
Definition at line 93 of file LayerDrama.cs.
override void LayerDrama.OnUpdateInput | ( | ) |
Definition at line 87 of file LayerDrama.cs.
|
static |
Definition at line 129 of file LayerDrama.cs.
CanvasGroup LayerDrama.cg |
Definition at line 135 of file LayerDrama.cs.
|
static |
Definition at line 108 of file LayerDrama.cs.
|
static |
Definition at line 111 of file LayerDrama.cs.
DramaManager LayerDrama.drama |
Definition at line 132 of file LayerDrama.cs.
|
static |
Definition at line 123 of file LayerDrama.cs.
|
static |
Definition at line 117 of file LayerDrama.cs.
|
static |
Definition at line 126 of file LayerDrama.cs.
|
static |
Definition at line 114 of file LayerDrama.cs.
|
static |
Definition at line 120 of file LayerDrama.cs.
DramaSetup LayerDrama.setup |
Definition at line 138 of file LayerDrama.cs.