#include <guiInventoryList.h>
Public Attributes | |
| bool | slotborder = false |
| video::SColor | slotbordercolor = video::SColor(200, 0, 0, 0) |
| video::SColor | slotbg_n = video::SColor(255, 128, 128, 128) |
| video::SColor | slotbg_h = video::SColor(255, 192, 192, 192) |
| irr_ptr< video::ITexture > | slotbgimg_n |
| irr_ptr< video::ITexture > | slotbgimg_h |
| video::SColor GUIInventoryList::Options::slotbg_h = video::SColor(255, 192, 192, 192) |
Referenced by GUIFormSpecMenu::parseListColors().
| video::SColor GUIInventoryList::Options::slotbg_n = video::SColor(255, 128, 128, 128) |
Referenced by GUIFormSpecMenu::parseListColors().
| irr_ptr<video::ITexture> GUIInventoryList::Options::slotbgimg_h |
Referenced by GUIFormSpecMenu::parseListImages().
| irr_ptr<video::ITexture> GUIInventoryList::Options::slotbgimg_n |
Referenced by GUIFormSpecMenu::parseListImages().
| bool GUIInventoryList::Options::slotborder = false |
Referenced by GUIFormSpecMenu::parseListColors().
| video::SColor GUIInventoryList::Options::slotbordercolor = video::SColor(200, 0, 0, 0) |
Referenced by GUIFormSpecMenu::parseListColors().