UFO: Alien Invasion
Loading...
Searching...
No Matches
timerExtraData_t Struct Reference

extradata for the window node More...

#include <ui_node_timer.h>

Collaboration diagram for timerExtraData_t:
Collaboration graph

Data Fields

int timeOut
int lastTime
struct uiAction_s * onTimeOut
LUA_EVENT lua_onEvent

Detailed Description

extradata for the window node

Definition at line 44 of file ui_node_timer.h.

Field Documentation

◆ lastTime

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.

◆ lua_onEvent

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.

◆ onTimeOut

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.

◆ timeOut

int timerExtraData_t::timeOut

ms value until calling onTimeOut (see cl.time)

Definition at line 45 of file ui_node_timer.h.


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