UFO: Alien Invasion
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
timerExtraData_t Struct Reference

extradata for the window node More...

#include <ui_node_timer.h>

Data Fields

int timeOut
 
int lastTime
 
struct uiAction_sonTimeOut
 
LUA_EVENT lua_onEvent
 

Detailed Description

extradata for the window node

Definition at line 44 of file ui_node_timer.h.

Field Documentation

int timerExtraData_t::lastTime

when a window was pushed this value is set to cl.time

Definition at line 46 of file ui_node_timer.h.

Referenced by uiTimerNode::draw().

LUA_EVENT timerExtraData_t::lua_onEvent

references the event in lua: on_event (node, x, y)

Definition at line 48 of file ui_node_timer.h.

Referenced by uiTimerNode::draw().

struct uiAction_s* timerExtraData_t::onTimeOut

Call when the own timer of the window out

Definition at line 47 of file ui_node_timer.h.

Referenced by uiTimerNode::draw().

int timerExtraData_t::timeOut

ms value until calling onTimeOut (see cl.time)

Definition at line 45 of file ui_node_timer.h.

Referenced by uiTimerNode::draw().


The documentation for this struct was generated from the following file: