DayZ 1.24
|
Go to the source code of this file.
Classes | |
class | UIScriptedMenu |
class | JsonHintsData |
Functions | |
void | OnWidgetScriptInit (Widget w) |
override bool | OnMouseEnter (Widget w, int x, int y) |
override bool | OnMouseLeave (Widget w, Widget enterW, int x, int y) |
bool | Tick () |
void | DisplayHint (string message) |
void | HideHint () |
string | GetMessage () |
void | HoverSuccess () |
void | HoverInterrupt () |
Definition at line 493 of file ScriptConsole.c.
References GetGame(), GetMousePos(), GetScreenSize(), m_HintWidget, m_HintWidgetBackground, and m_HintWidgetRoot.
Referenced by HoverSuccess().
|
protected |
Definition at line 536 of file ScriptConsole.c.
References HintMessage.
Referenced by HoverSuccess().
|
protected |
Definition at line 529 of file ScriptConsole.c.
References m_HintWidgetRoot.
Referenced by HoverInterrupt().
|
protected |
Definition at line 547 of file ScriptConsole.c.
References HideHint(), m_CurrentHoverWidget, m_HoverSuccessTriggered, m_HoverTime, and m_Timer.
Referenced by OnMouseLeave(), and Tick().
|
protected |
Definition at line 541 of file ScriptConsole.c.
References DisplayHint(), GetMessage(), and m_HoverSuccessTriggered.
Referenced by Tick().
Definition at line 465 of file ScriptConsole.c.
References m_CurrentHoverWidget, and m_Timer.
Definition at line 474 of file ScriptConsole.c.
References HoverInterrupt().
|
protected |
Definition at line 480 of file ScriptConsole.c.
References HoverInterrupt(), HoverSuccess(), m_CurrentHoverWidget, m_HoverSuccessTriggered, m_HoverTime, and m_Root.
class ScriptConsole extends UIScriptedMenu HintMessage |
Referenced by GetMessage().
|
protected |
Definition at line 451 of file ScriptConsole.c.
Referenced by UIScriptedMenu::GetMessage(), HoverInterrupt(), UIScriptedMenu::OnClick(), UIScriptedMenu::OnMouseEnter(), OnMouseEnter(), Tick(), and UIScriptedMenu::Update().
|
protected |
Definition at line 454 of file ScriptConsole.c.
Referenced by UIScriptedMenu::DisplayHint(), and DisplayHint().
|
protected |
Definition at line 453 of file ScriptConsole.c.
Referenced by UIScriptedMenu::DisplayHint(), and DisplayHint().
|
protected |
Definition at line 452 of file ScriptConsole.c.
Referenced by UIScriptedMenu::DisplayHint(), DisplayHint(), UIScriptedMenu::HideHint(), HideHint(), UIScriptedMenu::Update(), and UIScriptedMenu::~ScriptConsole().
|
protected |
Definition at line 450 of file ScriptConsole.c.
Referenced by UIScriptedMenu::HoverInterrupt(), HoverInterrupt(), UIScriptedMenu::HoverSuccess(), HoverSuccess(), Tick(), and UIScriptedMenu::Update().
|
protected |
Definition at line 449 of file ScriptConsole.c.
Referenced by UIScriptedMenu::HoverInterrupt(), HoverInterrupt(), Tick(), and UIScriptedMenu::Update().
|
protected |
Definition at line 446 of file ScriptConsole.c.
Definition at line 456 of file ScriptConsole.c.