Dayz Explorer 1.28.160049
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 651 of file scriptconsole.c.

◆ GetMessage()

string GetMessage ( )
protected

Definition at line 694 of file scriptconsole.c.

◆ HideHint()

void HideHint ( )
protected

Definition at line 687 of file scriptconsole.c.

◆ HoverInterrupt()

void HoverInterrupt ( )
protected

Definition at line 705 of file scriptconsole.c.

◆ HoverSuccess()

void HoverSuccess ( )
protected

Definition at line 699 of file scriptconsole.c.

◆ OnMouseEnter()

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

Definition at line 621 of file scriptconsole.c.

◆ OnMouseLeave()

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

Definition at line 630 of file scriptconsole.c.

◆ OnWidgetScriptInit()

void OnWidgetScriptInit ( Widget w)
protected

Definition at line 614 of file scriptconsole.c.

◆ Tick()

bool Tick ( )
protected

Definition at line 636 of file scriptconsole.c.

Variable Documentation

◆ HintMessage

class ScriptConsole extends UIScriptedMenu HintMessage

◆ m_CurrentHoverWidget

Widget m_CurrentHoverWidget
protected

Definition at line 607 of file scriptconsole.c.

◆ m_HintWidget

RichTextWidget m_HintWidget
protected

Definition at line 610 of file scriptconsole.c.

◆ m_HintWidgetBackground

ImageWidget m_HintWidgetBackground
protected

Definition at line 609 of file scriptconsole.c.

◆ m_HintWidgetRoot

Widget m_HintWidgetRoot
protected

Definition at line 608 of file scriptconsole.c.

◆ m_HoverSuccessTriggered

bool m_HoverSuccessTriggered
protected

Definition at line 606 of file scriptconsole.c.

◆ m_HoverTime

float m_HoverTime
protected

Definition at line 605 of file scriptconsole.c.

◆ m_Root

Widget m_Root
protected

Definition at line 602 of file scriptconsole.c.

◆ m_Timer

ref Timer m_Timer
protected

Definition at line 612 of file scriptconsole.c.