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

extradata for container widget More...

#include <ui_node_container.h>

Collaboration diagram for containerExtraData_t:
Collaboration graph

Data Fields

const invDef_tcontainer
int lastSelectedId
struct uiAction_s * onSelect
LUA_EVENT lua_onSelect

Detailed Description

extradata for container widget

Note
everything is not used by all container's type (grid, single, scrolled)

Definition at line 64 of file ui_node_container.h.

Field Documentation

◆ container

const invDef_t* containerExtraData_t::container

The container linked to this node.

Definition at line 66 of file ui_node_container.h.

◆ lastSelectedId

int containerExtraData_t::lastSelectedId

id oject the object type selected

Definition at line 68 of file ui_node_container.h.

◆ lua_onSelect

LUA_EVENT containerExtraData_t::lua_onSelect

references the event in lua: on_select(node)

Definition at line 70 of file ui_node_container.h.

◆ onSelect

struct uiAction_s* containerExtraData_t::onSelect

call when we select an item

Definition at line 69 of file ui_node_container.h.


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