l_dgntil.cc File Reference

#include "AppHdr.h"
#include "cluautil.h"
#include "libutil.h"
#include "l_libs.h"
#include "branch.h"
#include "coord.h"
#include "mapdef.h"

Include dependency graph for l_dgntil.cc:


Functions

 LUAFN (dgn_lev_floortile)
 LUAFN (dgn_lev_rocktile)
 LUAFN (dgn_lrocktile)
 LUAFN (dgn_lfloortile)
 LUAFN (dgn_change_rock_tile)
 LUAFN (dgn_change_floor_tile)
 LUAFN (dgn_ftile)
 LUAFN (dgn_rtile)
 LUAFN (dgn_tile)
 LUAFN (dgn_tile_feat_changed)

Variables

struct luaL_reg dgn_tile_dlib []

Function Documentation

LUAFN ( dgn_tile_feat_changed   ) 

Here is the call graph for this function:

LUAFN ( dgn_tile   ) 

Here is the call graph for this function:

LUAFN ( dgn_rtile   ) 

Here is the call graph for this function:

LUAFN ( dgn_ftile   ) 

Here is the call graph for this function:

LUAFN ( dgn_change_floor_tile   ) 

Here is the call graph for this function:

LUAFN ( dgn_change_rock_tile   ) 

Here is the call graph for this function:

LUAFN ( dgn_lfloortile   ) 

LUAFN ( dgn_lrocktile   ) 

LUAFN ( dgn_lev_rocktile   ) 

LUAFN ( dgn_lev_floortile   ) 


Variable Documentation

struct luaL_reg dgn_tile_dlib[]

Initial value:

{
{ "lrocktile", dgn_lrocktile },
{ "lfloortile", dgn_lfloortile },
{ "rtile", dgn_rtile },
{ "ftile", dgn_ftile },
{ "tile", dgn_tile },
{ "change_rock_tile", dgn_change_rock_tile },
{ "change_floor_tile", dgn_change_floor_tile },
{ "lev_floortile", dgn_lev_floortile },
{ "lev_rocktile", dgn_lev_rocktile },
{ "tile_feat_changed", dgn_tile_feat_changed },

{ NULL, NULL }
}


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