Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
scriptconsole.c File Reference

Go to the source code of this file.

Data Structures

class  JsonHintsData
class  UIScriptedMenu
 Xbox menu. More...

Functions

void DisplayHint (string message)
string GetMessage ()
void HideHint ()
void HoverInterrupt ()
void HoverSuccess ()
override bool OnMouseEnter (Widget w, int x, int y)
override bool OnMouseLeave (Widget w, Widget enterW, int x, int y)
void OnWidgetScriptInit (Widget w)
bool Tick ()

Variables

class ScriptConsole extends UIScriptedMenu HintMessage
Widget m_CurrentHoverWidget
RichTextWidget m_HintWidget
ImageWidget m_HintWidgetBackground
Widget m_HintWidgetRoot
bool m_HoverSuccessTriggered
float m_HoverTime
Widget m_Root
ref Timer m_Timer

Function Documentation

◆ DisplayHint()

void DisplayHint ( string message)
protected

◆ GetMessage()

string GetMessage ( )
protected

Definition at line 703 of file scriptconsole.c.

References HintMessage.

Referenced by HoverSuccess().

◆ HideHint()

void HideHint ( )
protected

Definition at line 696 of file scriptconsole.c.

References m_HintWidgetRoot.

Referenced by HoverInterrupt().

◆ HoverInterrupt()

void HoverInterrupt ( )
protected

Definition at line 714 of file scriptconsole.c.

References HideHint(), m_CurrentHoverWidget, m_HoverSuccessTriggered, m_HoverTime, and m_Timer.

Referenced by OnMouseLeave(), and Tick().

◆ HoverSuccess()

void HoverSuccess ( )
protected

Definition at line 708 of file scriptconsole.c.

References DisplayHint(), GetMessage(), and m_HoverSuccessTriggered.

Referenced by Tick().

◆ OnMouseEnter()

override bool OnMouseEnter ( Widget w,
int x,
int y )
protected

Definition at line 630 of file scriptconsole.c.

References m_CurrentHoverWidget, m_Timer, x, and y.

◆ OnMouseLeave()

override bool OnMouseLeave ( Widget w,
Widget enterW,
int x,
int y )
protected

Definition at line 639 of file scriptconsole.c.

References HoverInterrupt(), x, and y.

◆ OnWidgetScriptInit()

void OnWidgetScriptInit ( Widget w)
protected

Definition at line 623 of file scriptconsole.c.

References m_Root.

◆ Tick()

bool Tick ( )
protected

Variable Documentation

◆ HintMessage

class ScriptConsole extends UIScriptedMenu HintMessage

Referenced by GetMessage().

◆ m_CurrentHoverWidget

Widget m_CurrentHoverWidget
protected

Definition at line 616 of file scriptconsole.c.

Referenced by HoverInterrupt(), OnMouseEnter(), and Tick().

◆ m_HintWidget

RichTextWidget m_HintWidget
protected

Definition at line 619 of file scriptconsole.c.

Referenced by DisplayHint().

◆ m_HintWidgetBackground

ImageWidget m_HintWidgetBackground
protected

Definition at line 618 of file scriptconsole.c.

Referenced by DisplayHint().

◆ m_HintWidgetRoot

Widget m_HintWidgetRoot
protected

Definition at line 617 of file scriptconsole.c.

Referenced by DisplayHint(), and HideHint().

◆ m_HoverSuccessTriggered

bool m_HoverSuccessTriggered
protected

Definition at line 615 of file scriptconsole.c.

Referenced by HoverInterrupt(), HoverSuccess(), and Tick().

◆ m_HoverTime

float m_HoverTime
protected

Definition at line 614 of file scriptconsole.c.

Referenced by HoverInterrupt(), and Tick().

◆ m_Root

Widget m_Root
protected

Definition at line 611 of file scriptconsole.c.

◆ m_Timer

ref Timer m_Timer
protected

Definition at line 621 of file scriptconsole.c.