A variable-expanding proxy for the config class.
int show_popup_dialog(lua_State *L)
Displays a popup message.
int luaW_open(lua_State *L)
int show_lua_console(lua_State *, lua_kernel_base *lk)
int show_story(lua_State *L)
Displays a story screen.
int switch_theme(lua_State *L)
Changes the current ui(gui2) theme.
int show_message_box(lua_State *L)
Displays a simple message box.
int show_gamestate_inspector(const std::string &name, const game_data &data, const game_state &state)
int intf_add_widget_definition(lua_State *L)
int show_message_dialog(lua_State *L)
Displays a message window.
int show_menu(lua_State *L)
Displays a popup menu at the current mouse position Best used from a [set_menu_item],...