Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
scriptconsole.c File Reference

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
 

Function Documentation

◆ DisplayHint()

protected void DisplayHint ( string  message)

Definition at line 518 of file scriptconsole.c.

◆ GetMessage()

protected string GetMessage ( )

Definition at line 561 of file scriptconsole.c.

◆ HideHint()

protected void HideHint ( )

Definition at line 554 of file scriptconsole.c.

◆ HoverInterrupt()

protected void HoverInterrupt ( )

Definition at line 572 of file scriptconsole.c.

◆ HoverSuccess()

protected void HoverSuccess ( )

Definition at line 566 of file scriptconsole.c.

◆ OnMouseEnter()

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

Definition at line 488 of file scriptconsole.c.

◆ OnMouseLeave()

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

Definition at line 497 of file scriptconsole.c.

◆ OnWidgetScriptInit()

void OnWidgetScriptInit ( Widget  w)

Definition at line 481 of file scriptconsole.c.

◆ Tick()

protected bool Tick ( )

Definition at line 503 of file scriptconsole.c.

Variable Documentation

◆ HintMessage

class ScriptConsole extends UIScriptedMenu HintMessage

◆ m_CurrentHoverWidget

protected Widget m_CurrentHoverWidget

Definition at line 474 of file scriptconsole.c.

◆ m_HintWidget

protected RichTextWidget m_HintWidget

Definition at line 477 of file scriptconsole.c.

◆ m_HintWidgetBackground

protected ImageWidget m_HintWidgetBackground

Definition at line 476 of file scriptconsole.c.

◆ m_HintWidgetRoot

protected Widget m_HintWidgetRoot

Definition at line 475 of file scriptconsole.c.

◆ m_HoverSuccessTriggered

protected bool m_HoverSuccessTriggered

Definition at line 473 of file scriptconsole.c.

◆ m_HoverTime

protected float m_HoverTime

Definition at line 472 of file scriptconsole.c.

◆ m_Root

protected Widget m_Root

Definition at line 469 of file scriptconsole.c.

◆ m_Timer

protected ref Timer m_Timer

Definition at line 479 of file scriptconsole.c.