Dayz Explorer 1.29.162510
Loading...
Searching...
No Matches
scriptconsole.c File Reference

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 ()

Variables

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

Function Documentation

◆ DisplayHint()

void DisplayHint ( string message)
protected

Definition at line 660 of file scriptconsole.c.

◆ GetMessage()

string GetMessage ( )
protected

Definition at line 703 of file scriptconsole.c.

◆ HideHint()

void HideHint ( )
protected

Definition at line 696 of file scriptconsole.c.

◆ HoverInterrupt()

void HoverInterrupt ( )
protected

Definition at line 714 of file scriptconsole.c.

◆ HoverSuccess()

void HoverSuccess ( )
protected

Definition at line 708 of file scriptconsole.c.

◆ OnMouseEnter()

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

Definition at line 630 of file scriptconsole.c.

◆ OnMouseLeave()

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

Definition at line 639 of file scriptconsole.c.

◆ OnWidgetScriptInit()

void OnWidgetScriptInit ( Widget w)
protected

Definition at line 623 of file scriptconsole.c.

◆ Tick()

bool Tick ( )
protected

Definition at line 645 of file scriptconsole.c.

Variable Documentation

◆ HintMessage

class ScriptConsole extends UIScriptedMenu HintMessage

◆ m_CurrentHoverWidget

Widget m_CurrentHoverWidget
protected

Definition at line 616 of file scriptconsole.c.

◆ m_HintWidget

RichTextWidget m_HintWidget
protected

Definition at line 619 of file scriptconsole.c.

◆ m_HintWidgetBackground

ImageWidget m_HintWidgetBackground
protected

Definition at line 618 of file scriptconsole.c.

◆ m_HintWidgetRoot

Widget m_HintWidgetRoot
protected

Definition at line 617 of file scriptconsole.c.

◆ m_HoverSuccessTriggered

bool m_HoverSuccessTriggered
protected

Definition at line 615 of file scriptconsole.c.

◆ m_HoverTime

float m_HoverTime
protected

Definition at line 614 of file scriptconsole.c.

◆ 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.