Elin Decompiled Documentation EA 23.102 Nightly
|
Classes | |
class | Extra |
class | Word |
Public Member Functions | |
override object | CreateExtra () |
override void | OnActivate () |
override bool | CheckClose () |
override void | Search (string s) |
void | RefreshWords () |
override void | RefreshList () |
override void | OnDeactivate () |
![]() | |
override void | OnActivate () |
void | Clear () |
virtual void | Search (string s) |
virtual void | RefreshList () |
virtual bool | CheckClose () |
![]() | |
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 | |
HashSet< Card > | cards = new HashSet<Card>() |
CanvasGroup | cgResult |
UIList | listWords |
![]() | |
InputField | field |
WordSearch | search = new WordSearch() |
UIDynamicList | list |
HashSet< Recipe > | recipes = new HashSet<Recipe>() |
string | lastSearch |
UIButton | buttonClear |
Transform | transResult |
![]() | |
Image | imageBG |
SoundData | soundActivate |
UIDragPanel | dragPanel |
RectTransform | tipPivotLeft |
RectTransform | tipPivotRight |
Static Public Attributes | |
static WidgetSearch | Instance |
static Card | selected |
![]() | |
static Core | core |
Properties | |
Extra | extra [get] |
override SearchType | type [get] |
![]() | |
virtual SearchType | type [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] |
Private Member Functions | |
new void | Update () |
Additional Inherited Members | |
![]() | |
enum | SearchType { Codex , Search } |
![]() | |
enum | WidgetType { Default , ZoomMenu } |
enum | State { Active , Inactive } |
![]() | |
static int | rnd (int a) |
![]() | |
void | Update () |
![]() | |
void | ClampToScreenEnsured (Component c, Vector2 anchoredPos) |
void | ClampToScreen (RectTransform rect, float margin=10f) |
![]() | |
bool | flip |
Definition at line 5 of file WidgetSearch.cs.
|
inlinevirtual |
Reimplemented from WidgetCodex.
Definition at line 69 of file WidgetSearch.cs.
|
inlinevirtual |
Reimplemented from Widget.
Definition at line 39 of file WidgetSearch.cs.
|
inlinevirtual |
Reimplemented from WidgetCodex.
Definition at line 44 of file WidgetSearch.cs.
References extra, Lang.GetList(), Instance, WidgetSearch.Extra.lastSearch, RefreshList(), RefreshWords(), selected, and WidgetSearch.Extra.words.
|
inlinevirtual |
Reimplemented from Widget.
Definition at line 302 of file WidgetSearch.cs.
References LayerInventory.SetDirtyAll().
|
inlinevirtual |
Reimplemented from WidgetCodex.
Definition at line 250 of file WidgetSearch.cs.
References ActionMode.Adv, Chara.ai, card, Point.Copy(), Card.GetRootCard(), Card.isDestroyed, AIAct.IsNoGoal, Point.IsValid, EMono.pc, Card.pos, Search, Chara.SetAIImmediate(), ButtonGrid.SetCard(), LayerInventory.SetDirtyAll(), and AM_Adv.SetTurbo().
Referenced by OnActivate().
|
inline |
Definition at line 192 of file WidgetSearch.cs.
References UIList.Add(), UIItem.button1, UIItem.button2, UIList.List(), UIButton.mainText, UIText.SetText(), WidgetSearch.Word.text, WidgetSearch.Word.type, and WidgetSearch.Extra.words.
Referenced by OnActivate().
|
inlinevirtual |
Reimplemented from WidgetCodex.
Definition at line 90 of file WidgetSearch.cs.
References EMono._map, EMono._zone, Props.all, WidgetCodex.buttonClear, Map.charas, WidgetCodex.field, ThingContainer.Foreach(), RenderRow.GetSearchName(), if(), Chara.IsNeutralOrAbove(), Zone.IsPCFaction, Card.IsPCFactionOrMinion, Zone.IsTown, item, WidgetCodex.lastSearch, Thing.MatchEncSearch(), Card.Name, Card.parent, EMono.pc, Map.props, Thing.source, Chara.sourceCard, Thing.sourceCard, PropsManager.stocked, Card.things, and Map.things.
|
inlineprivate |
Definition at line 78 of file WidgetSearch.cs.
References Scene.actionMode, ActionMode.IsFuncPressed(), EMono.scene, and EMono.ui.
Definition at line 27 of file WidgetSearch.cs.
CanvasGroup WidgetSearch.cgResult |
Definition at line 31 of file WidgetSearch.cs.
|
static |
Definition at line 25 of file WidgetSearch.cs.
Referenced by OnActivate(), AM_BaseGameMode.OnUpdateInput(), and LayerInventory.TryShowGuide().
UIList WidgetSearch.listWords |
Definition at line 33 of file WidgetSearch.cs.
|
static |
Definition at line 29 of file WidgetSearch.cs.
Referenced by OnActivate(), and LayerInventory.TryShowGuide().
|
get |
Definition at line 35 of file WidgetSearch.cs.
Referenced by OnActivate().
|
get |
Definition at line 37 of file WidgetSearch.cs.