|
Elin Decompiled Documentation EA 23.285 Nightly
|
Public Member Functions | |
| void | Init (ListOwner _list) |
| bool | FuncFilter (object _c) |
| void | Search (string s) |
| void | ClearSearch () |
| void | Redraw () |
Public Attributes | |
| InputField | inputSearch |
| UIButton | buttonClearSearch |
| UIDropdown | dropdown |
| ListOwner | list |
| bool | disable |
| float | intervalSearch |
Private Member Functions | |
| void | LateUpdate () |
Private Attributes | |
| int | uidFilterZone = -1 |
| float | timerSearch |
| string | lastSearch = "" |
Additional Inherited Members | |
Static Public Member Functions inherited from EMono | |
| static int | rnd (int a) |
Static Public Attributes inherited from EMono | |
| static Core | core |
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] |
Definition at line 4 of file UISearchPeople.cs.
|
inline |
Definition at line 106 of file UISearchPeople.cs.
References lastSearch, Redraw(), and timerSearch.
|
inline |
Definition at line 76 of file UISearchPeople.cs.
References Chara.homeZone, lastSearch, Chara.NameBraced, Spatial.uid, and uidFilterZone.
Referenced by Init().
|
inline |
Definition at line 24 of file UISearchPeople.cs.
References disable, dropdown, Chara.faction, SpatialManager.Find(), FuncFilter(), EMono.game, Faction.GetChildren(), inputSearch, ListOwner< T1, T2 >.List(), list, FactionBranch.owner, EMono.pc, Search, Game.spatials, Spatial.uid, and uidFilterZone.
Referenced by LayerPeople.InitList().
|
inlineprivate |
Definition at line 64 of file UISearchPeople.cs.
References Core.delta, disable, inputSearch, Search, and timerSearch.
|
inline |
Definition at line 114 of file UISearchPeople.cs.
References ListOwner< T1, T2 >.List(), and list.
Referenced by ClearSearch(), and Search().
|
inline |
Definition at line 90 of file UISearchPeople.cs.
References buttonClearSearch, inputSearch, intervalSearch, lastSearch, Redraw(), and timerSearch.
| UIButton UISearchPeople.buttonClearSearch |
Definition at line 8 of file UISearchPeople.cs.
Referenced by Search().
| bool UISearchPeople.disable |
Definition at line 14 of file UISearchPeople.cs.
Referenced by Init(), and LateUpdate().
| UIDropdown UISearchPeople.dropdown |
Definition at line 10 of file UISearchPeople.cs.
Referenced by Init().
| InputField UISearchPeople.inputSearch |
Definition at line 6 of file UISearchPeople.cs.
Referenced by Init(), LateUpdate(), and Search().
| float UISearchPeople.intervalSearch |
Definition at line 16 of file UISearchPeople.cs.
Referenced by Search().
|
private |
Definition at line 22 of file UISearchPeople.cs.
Referenced by ClearSearch(), FuncFilter(), and Search().
| ListOwner UISearchPeople.list |
Definition at line 12 of file UISearchPeople.cs.
|
private |
Definition at line 20 of file UISearchPeople.cs.
Referenced by ClearSearch(), LateUpdate(), and Search().
|
private |
Definition at line 18 of file UISearchPeople.cs.
Referenced by FuncFilter(), and Init().