#include <mapdef.h>

Public Member Functions | |
| mons_spec (int id=RANDOM_MONSTER, monster_type base=MONS_NO_MONSTER, int num=0, int gw=10, int ml=0, bool _fixmons=false, bool awaken=false, bool patrol=false) | |
Public Attributes | |
| int | mid |
| level_id | place |
| monster_type | monbase |
| mon_attitude_type | attitude |
| int | number |
| int | quantity |
| int | genweight |
| int | mlevel |
| bool | fix_mons |
| bool | generate_awake |
| bool | patrolling |
| bool | band |
| int | colour |
| god_type | god |
| bool | god_gift |
| int | hd |
| int | hp |
| int | abjuration_duration |
| int | summon_type |
| item_list | items |
| std::string | monname |
| std::string | non_actor_summoner |
| bool | explicit_spells |
| monster_spells | spells |
| unsigned long | extra_monster_flags |
| CrawlHashTable | props |
| mons_spec::mons_spec | ( | int | id = RANDOM_MONSTER, |
|
| monster_type | base = MONS_NO_MONSTER, |
|||
| int | num = 0, |
|||
| int | gw = 10, |
|||
| int | ml = 0, |
|||
| bool | _fixmons = false, |
|||
| bool | awaken = false, |
|||
| bool | patrol = false | |||
| ) | [inline] |
| int mons_spec::mid |
| bool mons_spec::fix_mons |
| bool mons_spec::band |
| bool mons_spec::god_gift |
| int mons_spec::hd |
| int mons_spec::hp |
| unsigned long mons_spec::extra_monster_flags |
1.5.6