Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Data Structures | |
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) |
protected bool | Tick () |
protected void | DisplayHint (string message) |
protected void | HideHint () |
protected string | GetMessage () |
protected void | HoverSuccess () |
protected void | HoverInterrupt () |
Variables | |
class ScriptConsole extends UIScriptedMenu | HintMessage |
protected Widget | m_Root |
protected float | m_HoverTime |
protected bool | m_HoverSuccessTriggered |
protected Widget | m_CurrentHoverWidget |
protected Widget | m_HintWidgetRoot |
protected ImageWidget | m_HintWidgetBackground |
protected RichTextWidget | m_HintWidget |
protected ref Timer | m_Timer |
protected void DisplayHint | ( | string | message | ) |
Definition at line 518 of file scriptconsole.c.
protected string GetMessage | ( | ) |
Definition at line 561 of file scriptconsole.c.
protected void HideHint | ( | ) |
Definition at line 554 of file scriptconsole.c.
protected void HoverInterrupt | ( | ) |
Definition at line 572 of file scriptconsole.c.
protected void HoverSuccess | ( | ) |
Definition at line 566 of file scriptconsole.c.
Definition at line 488 of file scriptconsole.c.
Definition at line 497 of file scriptconsole.c.
void OnWidgetScriptInit | ( | Widget | w | ) |
Definition at line 481 of file scriptconsole.c.
protected bool Tick | ( | ) |
Definition at line 503 of file scriptconsole.c.
class ScriptConsole extends UIScriptedMenu HintMessage |
protected Widget m_CurrentHoverWidget |
Definition at line 474 of file scriptconsole.c.
protected RichTextWidget m_HintWidget |
Definition at line 477 of file scriptconsole.c.
protected ImageWidget m_HintWidgetBackground |
Definition at line 476 of file scriptconsole.c.
protected Widget m_HintWidgetRoot |
Definition at line 475 of file scriptconsole.c.
protected bool m_HoverSuccessTriggered |
Definition at line 473 of file scriptconsole.c.
protected float m_HoverTime |
Definition at line 472 of file scriptconsole.c.
protected Widget m_Root |
Definition at line 469 of file scriptconsole.c.
protected ref Timer m_Timer |
Definition at line 479 of file scriptconsole.c.