l_dgnmon.cc File Reference

#include "AppHdr.h"
#include "cluautil.h"
#include "l_libs.h"
#include "dungeon.h"
#include "env.h"
#include "libutil.h"
#include "mapdef.h"
#include "mon-util.h"
#include "mon-place.h"
#include "coord.h"
#include "mon-stuff.h"

Include dependency graph for l_dgnmon.cc:


Defines

#define MONSLIST_METATABLE   "crawldgn.monster_list"

Functions

void register_monslist (lua_State *ls)
 LUAFN (dgn_dismiss_monsters)

Variables

struct luaL_reg dgn_mons_dlib []

Define Documentation

#define MONSLIST_METATABLE   "crawldgn.monster_list"


Function Documentation

LUAFN ( dgn_dismiss_monsters   ) 

Here is the call graph for this function:

void register_monslist ( lua_State *  ls  ) 

Here is the call graph for this function:


Variable Documentation

struct luaL_reg dgn_mons_dlib[]

Initial value:

{
{ "set_random_mon_list", dgn_set_random_mon_list },
{ "mons_from_index", dgn_mons_from_index },
{ "mons_at", dgn_mons_at },
{ "create_monster", dgn_create_monster },
{ "monster_spec", _dgn_monster_spec },
{ "max_monsters", _dgn_max_monsters },
{ "dismiss_monsters", dgn_dismiss_monsters },

{ NULL, NULL }
}


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