Elin Decompiled Documentation EA 23.102 Nightly
|
Classes | |
class | Extra |
Public Member Functions | |
override object | CreateExtra () |
override void | OnActivate () |
override void | OnDeactivate () |
void | Talk (Card c, string id) |
PopItem | SayRaw (Card c, string text) |
void | SayRaw (string idPortrait, string text, string _idPop) |
void | Nerun (string text, string idPortrait="UN_nerun") |
void | System (string text) |
override void | OnSetContextMenu (UIContextMenu m) |
![]() | |
void | Test () |
bool | IsInRightMode () |
void | Activate () |
void | RefreshOrder () |
virtual void | OnActivate () |
virtual object | CreateExtra () |
void | Deactivate () |
virtual void | OnDeactivate () |
void | Close () |
void | Reactivate () |
virtual void | OnManagerActivate () |
virtual void | OnManagerDeactivate () |
void | SetAnchor (RectPosition p) |
void | SetPivot (RectPosition p) |
virtual void | OnChangePivot () |
void | UpdateConfig () |
virtual void | OnUpdateConfig () |
void | ClampToScreen () |
virtual void | OnChangeResolution () |
void | OnChangePosition () |
virtual void | OnChangeActionMode () |
virtual void | OnFlip () |
bool | IsAlignTop () |
Layer | AddLayer (Layer l, Transform trans) |
void | RefreshTipPivotPosition () |
SkinSet | GetSkin () |
SkinConfig | GetSkinConfig () |
void | SetSkin (int id, int v=0) |
void | TestSkin () |
virtual void | ApplySkin () |
virtual void | OnApplySkin () |
void | InstantiateDeco (SkinDeco deco) |
void | AddDeco (SkinDeco deco) |
void | RemoveDeco (SkinDeco deco) |
virtual bool | CanShowContextMenu () |
void | ShowContextMenu () |
void | SetBaseContextMenu (UIContextMenu m) |
virtual void | OnSetContextMenu (UIContextMenu m) |
void | SetGridContextMenu (UIContextMenu m) |
void | SoundActivate () |
void | OnChangeResolution () |
SkinSet | GetSkin () |
SkinConfig | GetSkinConfig () |
Public Attributes | |
GameObject | goDummy |
PopManager | pop |
string[] | idPop |
string | idPopGod |
string | idPopSystem |
![]() | |
Image | imageBG |
SoundData | soundActivate |
UIDragPanel | dragPanel |
RectTransform | tipPivotLeft |
RectTransform | tipPivotRight |
Static Public Attributes | |
static WidgetFeed | Instance |
![]() | |
static Core | core |
Properties | |
static bool | Intercept [get] |
Extra | extra [get] |
override bool | AlwaysTop [get] |
override bool | ShowStyleMenu [get] |
bool | IgnoreFeed [get] |
![]() | |
string | ID [get] |
Config | config [get] |
SkinRoot | skinRoot [get] |
bool | IsSealed [get] |
virtual bool | ShowStyleMenu [get] |
virtual bool | AlwaysTop [get] |
virtual bool | IsStaticPosition [get] |
virtual bool | AlwaysBottom [get] |
virtual Type | SetSiblingAfter [get] |
virtual bool | ShowInBuildMode [get] |
virtual bool | RightClickToClose [get] |
virtual bool | AllowRightClickToClose [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 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] |
Additional Inherited Members | |
![]() | |
enum | WidgetType { Default , ZoomMenu } |
enum | State { Active , Inactive } |
![]() | |
static int | rnd (int a) |
![]() | |
void | ClampToScreenEnsured (Component c, Vector2 anchoredPos) |
void | ClampToScreen (RectTransform rect, float margin=10f) |
![]() | |
bool | flip |
Definition at line 3 of file WidgetFeed.cs.
|
inlinevirtual |
Reimplemented from Widget.
Definition at line 56 of file WidgetFeed.cs.
|
inline |
Definition at line 93 of file WidgetFeed.cs.
References SayRaw().
Referenced by Msg.Nerun(), Msg.SayHomeMember(), and CoreDebug.UpdateInput().
|
inlinevirtual |
Reimplemented from Widget.
Definition at line 61 of file WidgetFeed.cs.
References EMono.core, Version.GetText(), Instance, WidgetMainText.Refresh(), System(), and BaseCore.version.
|
inlinevirtual |
Reimplemented from Widget.
Definition at line 69 of file WidgetFeed.cs.
References Instance, and WidgetMainText.Refresh().
|
inlinevirtual |
Reimplemented from Widget.
Definition at line 106 of file WidgetFeed.cs.
References UIContextMenu.AddChild(), UIContextMenu.AddSlider(), extra, idPop, Msg.Nerun(), Widget.SetBaseContextMenu(), and WidgetFeed.Extra.style.
Definition at line 81 of file WidgetFeed.cs.
References extra, idPop, pop, PopManager.PopText(), and WidgetFeed.Extra.style.
Referenced by Nerun(), Msg.SayPic(), Msg.Talk(), and Talk().
|
inline |
Definition at line 88 of file WidgetFeed.cs.
References extra, idPop, pop, PopManager.PopText(), and WidgetFeed.Extra.style.
|
inline |
Definition at line 98 of file WidgetFeed.cs.
References Msg.currentColor, extra, idPopSystem, WidgetFeed.Extra.intercept, pop, and PopManager.PopText().
Referenced by OnActivate(), and Msg.SayRaw().
|
inline |
Definition at line 75 of file WidgetFeed.cs.
References GameLang.Convert(), Card.GetTalkText(), and SayRaw().
GameObject WidgetFeed.goDummy |
Definition at line 16 of file WidgetFeed.cs.
string [] WidgetFeed.idPop |
Definition at line 20 of file WidgetFeed.cs.
Referenced by OnSetContextMenu(), and SayRaw().
string WidgetFeed.idPopGod |
Definition at line 22 of file WidgetFeed.cs.
string WidgetFeed.idPopSystem |
Definition at line 24 of file WidgetFeed.cs.
Referenced by System().
|
static |
Definition at line 14 of file WidgetFeed.cs.
Referenced by WidgetMainText._ToggleLog(), UI.CheckWindowOrder(), ELayer.Kill(), OnActivate(), OnDeactivate(), and CoreDebug.UpdateInput().
PopManager WidgetFeed.pop |
Definition at line 18 of file WidgetFeed.cs.
Referenced by WidgetMainText._ToggleLog(), ELayer.Kill(), SayRaw(), and System().
|
get |
Definition at line 40 of file WidgetFeed.cs.
|
get |
Definition at line 38 of file WidgetFeed.cs.
Referenced by OnSetContextMenu(), SayRaw(), and System().
|
get |
Definition at line 44 of file WidgetFeed.cs.
|
staticget |
Definition at line 26 of file WidgetFeed.cs.
Referenced by WidgetMainText._Refresh().
|
get |
Definition at line 42 of file WidgetFeed.cs.