Crossfire Server, Trunk
|
Go to the source code of this file.
Functions | |
static void | bitstostring (long bits, int num) |
void | dump_abilities (void) |
void | print_monsters (void) |
The functions in this file are purely mean to generate information in differently formatted output, mainly about monsters.
Definition in file info.cpp.
|
static |
Writes num ones and zeros to standard output based on the bits variable.
bits | variable to convert to binary string |
num | number of bits to dump. Values above 32 will be ignored. |
Definition at line 35 of file info.cpp.
Referenced by print_monsters().
void dump_abilities | ( | void | ) |
Dump to standard out the abilities of all monsters.
Definition at line 52 of file info.cpp.
References AssetsManager::archetypes(), archetype::clone, describe_item(), AssetsCollection< T, Key >::each(), FLAG_CHANGING, FLAG_MONSTER, FMT64, getManager(), HEAD, if(), give::name, archetype::name, object::other_arch, QUERY_FLAG, and stringbuffer_finish().
Referenced by init_beforeplay().
void print_monsters | ( | void | ) |
As dump_abilities(), but with an alternative way of output.
Definition at line 87 of file info.cpp.
References arch_to_object(), AssetsManager::archetypes(), attacktype_desc, bitstostring(), AssetsCollection< T, Key >::each(), FLAG_MONSTER, FMT64, getManager(), new_exp(), NROFATTACKS, object_free_drop_inventory(), give::op, QUERY_FLAG, and resist_plus.
Referenced by init_beforeplay().