#include "AppHdr.h"#include "cluautil.h"#include "l_libs.h"#include "coord.h"#include "dungeon.h"#include "env.h"#include "items.h"#include "libutil.h"#include "mapdef.h"#include "stash.h"

Defines | |
| #define | ITEMLIST_METATABLE "crawldgn.item_list" |
Functions | |
| void | register_itemlist (lua_State *ls) |
Variables | |
| struct luaL_reg | dgn_item_dlib [] |
| #define ITEMLIST_METATABLE "crawldgn.item_list" |
| void register_itemlist | ( | lua_State * | ls | ) |

| struct luaL_reg dgn_item_dlib[] |
Initial value:
{
{ "item_from_index", dgn_item_from_index },
{ "items_at", dgn_items_at },
{ "create_item", dgn_create_item },
{ "item_property_remove", dgn_item_property_remove },
{ "item_property_set", dgn_item_property_set },
{ "item_property", dgn_item_property },
{ "item_spec", _dgn_item_spec },
{ "stash_items", dgn_stash_items },
{ NULL, NULL }
}
1.5.6