Elin Decompiled Documentation EA 23.102 Nightly
|
Public Member Functions | |
virtual UIButton | AddChoice (DramaChoice choice, string text, Action func=null, bool deactivateOnChoice=true) |
void | ClearChoice () |
virtual void | SetText (string detail="", bool center=false) |
void | Deactivate () |
Public Attributes | |
Text | textName |
Text | textBio |
Text | textAffinity |
Text | textNoInterest |
Text | textFav |
Text | textRank |
GameObject | transInterest |
GameObject | transAffinity |
GameObject | transFav |
GameObject | transRank |
UIText | textMain |
HyphenationJpn | hypen |
Transform | transChoices |
GameObject | iconNext |
GameObject | goAffinity |
Portrait | portrait |
LayoutGroup | layoutInterest |
Transform | moldInterest |
Font | fontRune |
Glitch | glitch |
Private Member Functions | |
void | Awake () |
Private Attributes | |
UIButton | moldButton |
bool | warned |
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 6 of file DialogDrama.cs.
|
inlinevirtual |
Definition at line 58 of file DialogDrama.cs.
References Deactivate(), moldButton, transChoices, and Util.
Referenced by DramaActor.SetChoice().
|
inlineprivate |
Definition at line 53 of file DialogDrama.cs.
References moldButton, and transChoices.
|
inline |
Definition at line 82 of file DialogDrama.cs.
References transChoices.
Referenced by DramaActor.Talk().
|
inline |
|
inlinevirtual |
Definition at line 88 of file DialogDrama.cs.
References UIText.ApplySkin(), fontRune, UIText.SetText(), and textMain.
Referenced by DramaActor.Talk().
Font DialogDrama.fontRune |
Definition at line 47 of file DialogDrama.cs.
Referenced by SetText().
Glitch DialogDrama.glitch |
Definition at line 49 of file DialogDrama.cs.
Referenced by DramaActor.Talk().
GameObject DialogDrama.goAffinity |
Definition at line 39 of file DialogDrama.cs.
Referenced by DramaActor.Talk().
HyphenationJpn DialogDrama.hypen |
Definition at line 31 of file DialogDrama.cs.
GameObject DialogDrama.iconNext |
Definition at line 37 of file DialogDrama.cs.
Referenced by DramaActor.Talk().
LayoutGroup DialogDrama.layoutInterest |
Definition at line 43 of file DialogDrama.cs.
Referenced by DramaActor.Talk().
|
private |
Definition at line 35 of file DialogDrama.cs.
Referenced by AddChoice(), and Awake().
Transform DialogDrama.moldInterest |
Definition at line 45 of file DialogDrama.cs.
Referenced by DramaActor.Talk().
Portrait DialogDrama.portrait |
Definition at line 41 of file DialogDrama.cs.
Referenced by DramaActor.Talk().
Text DialogDrama.textAffinity |
Definition at line 13 of file DialogDrama.cs.
Text DialogDrama.textBio |
Definition at line 11 of file DialogDrama.cs.
Text DialogDrama.textFav |
Definition at line 17 of file DialogDrama.cs.
UIText DialogDrama.textMain |
Definition at line 29 of file DialogDrama.cs.
Referenced by DramaEventTalk.Play(), and SetText().
Text DialogDrama.textName |
Definition at line 9 of file DialogDrama.cs.
Text DialogDrama.textNoInterest |
Definition at line 15 of file DialogDrama.cs.
Referenced by DramaActor.Talk().
Text DialogDrama.textRank |
Definition at line 19 of file DialogDrama.cs.
GameObject DialogDrama.transAffinity |
Definition at line 23 of file DialogDrama.cs.
Transform DialogDrama.transChoices |
Definition at line 33 of file DialogDrama.cs.
Referenced by AddChoice(), Awake(), ClearChoice(), and DramaActor.Talk().
GameObject DialogDrama.transFav |
Definition at line 25 of file DialogDrama.cs.
Referenced by DramaActor.Talk().
GameObject DialogDrama.transInterest |
Definition at line 21 of file DialogDrama.cs.
GameObject DialogDrama.transRank |
Definition at line 27 of file DialogDrama.cs.
Referenced by DramaActor.Talk().
|
private |
Definition at line 51 of file DialogDrama.cs.