l_dgnit.cc File Reference

#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"

Include dependency graph for l_dgnit.cc:


Defines

#define ITEMLIST_METATABLE   "crawldgn.item_list"

Functions

void register_itemlist (lua_State *ls)

Variables

struct luaL_reg dgn_item_dlib []

Define Documentation

#define ITEMLIST_METATABLE   "crawldgn.item_list"


Function Documentation

void register_itemlist ( lua_State *  ls  ) 

Here is the call graph for this function:


Variable Documentation

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 }
}


Generated on Thu Jan 13 13:08:03 2011 by  doxygen 1.5.6