#include "AppHdr.h"#include <algorithm>#include "describe.h"#include "mon-util.h"#include "mon-stuff.h"#include "files.h"#include "ghost.h"#include "libutil.h"#include "place.h"#include "travel.h"#include "tags.h"#include "kills.h"#include "clua.h"#include "options.h"#include "viewchar.h"

Defines | |
| #define | KILLS_MAJOR_VERSION 4 |
| #define | KILLS_MINOR_VERSION 1 |
| #define | KILLEXP_ACCESS(name, type, field) |
Functions | |
| KILLEXP_ACCESS (base_name, string, base_name.c_str()) KILLEXP_ACCESS(desc | |
| desc | c_str ()) KILLEXP_ACCESS(isghost |
| void | cluaopen_kills (lua_State *ls) |
Variables | |
| const char * | kill_category_names [] |
| string | |
| desc | boolean |
| desc | monnum |
| #define KILLEXP_ACCESS | ( | name, | |||
| type, | |||||
| field | ) |
Value:
| #define KILLS_MAJOR_VERSION 4 |
| #define KILLS_MINOR_VERSION 1 |
| desc c_str | ( | ) |
| void cluaopen_kills | ( | lua_State * | ls | ) |
| KILLEXP_ACCESS | ( | base_name | , | |
| string | , | |||
| base_name. | c_str() | |||
| ) |
| const char* kill_category_names[] |
Initial value:
{
"you",
"collateral kills",
"others",
}
| desc monnum |
1.5.6