Private Member Functions | |
| void | ScriptConsoleVicinityTab (Widget root, ScriptConsole console, Widget button, ScriptConsoleTabBase parent=null) |
| override void | OnSelected () |
| void | RenderList () |
| void | UpdateSelected () |
| override bool | OnClick (Widget w, int x, int y, int button) |
| override bool | OnChange (Widget w, int x, int y, bool finished) |
| void | OnSelectAction (EntityAI ent, int actionId) |
Private Attributes | |
| protected TextListboxWidget | m_VicinityListbox |
| protected ButtonWidget | m_WatchItem |
| protected EditBoxWidget | m_DistanceWidget |
| protected ref array< Object > | m_VicinityItems = new array<Object> |
| protected ref ContextMenu | m_ContextMenu |
Static Private Attributes | |
| static protected float | m_Distance = 30 |
| static protected Object | m_Selected = null |
|
inlineprivate |
References m_ContextMenu, m_Distance, m_DistanceWidget, m_VicinityListbox, m_WatchItem, RenderList(), and float::ToString().
References m_Distance, m_DistanceWidget, RenderList(), UpdateSelected(), x, and y.
References m_Selected, m_VicinityItems, m_VicinityListbox, m_WatchItem, UpdateSelected(), x, and y.
References g_Game, and EntityAI::OnAction().
|
inlineprivate |
References UpdateSelected().
|
inlineprivate |
References vector::Distance(), g_Game, m_DistanceWidget, m_Selected, m_VicinityItems, m_VicinityListbox, float::ToString(), UpdateSelected(), and x.
Referenced by OnChange(), and ScriptConsoleVicinityTab().
|
inlineprivate |
References m_ContextMenu, m_Selected, m_VicinityItems, and m_VicinityListbox.
Referenced by OnChange(), OnClick(), OnSelected(), and RenderList().
|
private |
Referenced by ScriptConsoleVicinityTab(), and UpdateSelected().
|
staticprivate |
Referenced by OnChange(), and ScriptConsoleVicinityTab().
|
private |
Referenced by OnChange(), RenderList(), and ScriptConsoleVicinityTab().
|
staticprivate |
Referenced by OnClick(), RenderList(), and UpdateSelected().
Referenced by OnClick(), RenderList(), and UpdateSelected().
|
private |
Referenced by OnClick(), RenderList(), ScriptConsoleVicinityTab(), and UpdateSelected().
|
private |
Referenced by OnClick(), and ScriptConsoleVicinityTab().