|
Elin Decompiled Documentation EA 23.235 Nightly Patch 1
|
Classes | |
| class | Extra |
Static Public Member Functions | |
| static void | SetDirty () |
Static Public Member Functions inherited from EMono | |
| static int | rnd (int a) |
Public Attributes | |
| GridLayoutGroup | layout |
| ButtonRoster | mold |
| RawImage | imageGrid |
| Dictionary< Chara, ButtonRoster > | buttons = new Dictionary<Chara, ButtonRoster>() |
| UIButton | moldDropperLeft |
| UIButton | moldDropperRight |
| bool | showName |
| bool | dirty |
| int | maxWidth |
Public Attributes inherited from Widget | |
| Image | imageBG |
| SoundData | soundActivate |
| UIDragPanel | dragPanel |
| RectTransform | tipPivotLeft |
| RectTransform | tipPivotRight |
Static Public Attributes | |
| static WidgetRoster | Instance |
Static Public Attributes inherited from EMono | |
| static Core | core |
Properties | |
| Extra | extra [get] |
| override bool | AlwaysBottom [get] |
| override Type | SetSiblingAfter [get] |
Properties inherited from Widget | |
| 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] |
Properties inherited from EMono | |
| 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] |
Private Member Functions | |
| void | OnEnable () |
| void | OnDisable () |
Additional Inherited Members | |
Public Types inherited from Widget | |
| enum | WidgetType { Default , ZoomMenu } |
| enum | State { Active , Inactive } |
Protected Member Functions inherited from Widget | |
| void | ClampToScreenEnsured (Component c, Vector2 anchoredPos) |
| void | ClampToScreen (RectTransform rect, float margin=10f) |
Protected Attributes inherited from Widget | |
| bool | flip |
Definition at line 8 of file WidgetRoster.cs.
|
inline |
Definition at line 151 of file WidgetRoster.cs.
References buttons, layout, mold, ButtonRoster.SetChara(), and Util.
Referenced by Build(), and OnAddMember().
|
inline |
Definition at line 97 of file WidgetRoster.cs.
References Add(), buttons, Widget.ClampToScreen(), extra, BaseCard.GetInt(), item, layout, WidgetRoster.Extra.margin, Party.members, Widget.OnChangeResolution(), WidgetRoster.Extra.onlyName, Chara.party, EMono.pc, WidgetRoster.Extra.pc, and WidgetRoster.Extra.width.
Referenced by OnActivate(), OnMoveZone(), OnSetContextMenu(), and Refresh().
|
inlinevirtual |
Reimplemented from Widget.
Definition at line 63 of file WidgetRoster.cs.
|
inlinevirtual |
Reimplemented from Widget.
Definition at line 68 of file WidgetRoster.cs.
References Build(), extra, Instance, layout, WidgetRoster.Extra.margin, and mold.
|
inline |
|
inlineprivate |
Definition at line 87 of file WidgetRoster.cs.
|
inlineprivate |
Definition at line 82 of file WidgetRoster.cs.
|
inline |
|
inline |
Definition at line 172 of file WidgetRoster.cs.
|
inlinevirtual |
Reimplemented from Widget.
Definition at line 180 of file WidgetRoster.cs.
References UIContextMenu.AddChild(), UIContextMenu.AddSlider(), UIContextMenu.AddToggle(), Widget.ApplySkin(), Build(), ButtonRoster.chara, extra, BaseCard.GetInt(), WidgetRoster.Extra.margin, WidgetRoster.Extra.onlyName, WidgetRoster.Extra.pc, WidgetRoster.Extra.portrait, WidgetRoster.Extra.reverse, Widget.SetBaseContextMenu(), BaseCard.SetInt(), WidgetRoster.Extra.vertical, and WidgetRoster.Extra.width.
|
inline |
Definition at line 138 of file WidgetRoster.cs.
References Build(), buttons, dirty, and ButtonRoster.Refresh().
|
inline |
|
inlinestatic |
Definition at line 130 of file WidgetRoster.cs.
References Instance.
Referenced by Party.AddMemeber(), Core.OnApplicationFocus(), BaseListPeople.OnClick(), ConTransmute.OnRemoved(), ConTransmute.OnStart(), LayerEditSkin.RefreshImage(), Party.RemoveMember(), ActRide.Ride(), and ActRide.Unride().
| Dictionary<Chara, ButtonRoster> WidgetRoster.buttons = new Dictionary<Chara, ButtonRoster>() |
Definition at line 45 of file WidgetRoster.cs.
Referenced by Add(), Build(), OnAddMember(), OnRemoveMember(), Refresh(), and Remove().
| bool WidgetRoster.dirty |
Definition at line 53 of file WidgetRoster.cs.
Referenced by Refresh().
| RawImage WidgetRoster.imageGrid |
Definition at line 43 of file WidgetRoster.cs.
|
static |
Definition at line 37 of file WidgetRoster.cs.
Referenced by Player.MoveZone(), OnActivate(), and SetDirty().
| GridLayoutGroup WidgetRoster.layout |
Definition at line 39 of file WidgetRoster.cs.
Referenced by Add(), Build(), and OnActivate().
| int WidgetRoster.maxWidth |
Definition at line 55 of file WidgetRoster.cs.
| ButtonRoster WidgetRoster.mold |
Definition at line 41 of file WidgetRoster.cs.
Referenced by Add(), and OnActivate().
| UIButton WidgetRoster.moldDropperLeft |
Definition at line 47 of file WidgetRoster.cs.
| UIButton WidgetRoster.moldDropperRight |
Definition at line 49 of file WidgetRoster.cs.
| bool WidgetRoster.showName |
Definition at line 51 of file WidgetRoster.cs.
|
get |
Definition at line 59 of file WidgetRoster.cs.
|
get |
Definition at line 57 of file WidgetRoster.cs.
Referenced by Build(), OnActivate(), OnSetContextMenu(), ButtonRoster.Refresh(), and ButtonRoster.SetChara().
|
get |
Definition at line 61 of file WidgetRoster.cs.