Home
last modified time | relevance | path

Searched refs:get_monster (Results 1 – 25 of 29) sorted by relevance

12

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dtilereg-mon.cc72 const monster_info* mon = get_monster(item_idx); in handle_mouse()
104 const monster_info* mon = get_monster(item_idx); in update_tip_text()
128 const monster_info* mon = get_monster(item_idx); in update_alt_text()
144 const monster_info* MonsterRegion::get_monster(unsigned int idx) const in get_monster() function in MonsterRegion
169 const monster_info* mon = get_monster(i++); in pack_buffers()
211 const monster_info* mon = get_monster(idx); in draw_tag()
H A Dl-dgnmon.cc102 mons_spec mon = mlist.get_monster(0, i); in dgn_set_random_mon_list()
213 mons_spec mspec = mlist.get_monster(i); in dgn_create_monster()
H A Dtilereg-mon.h25 const monster_info* get_monster(unsigned int idx) const;
H A Dstore.h135 monster &get_monster();
152 const monster& get_monster() const;
H A Dstore.cc157 get_monster() = _val; in CrawlStoreValue()
849 monster &CrawlStoreValue::get_monster() in get_monster() function in CrawlStoreValue
931 const monster& CrawlStoreValue::get_monster() const in get_monster() function in CrawlStoreValue
964 CrawlStoreValue::operator monster& () { return get_monster(); } in operator monster&()
1133 get_monster() = _val; in operator =()
H A Ddactions.cc373 orig = mon->props[ORIG_MONSTER_KEY].get_monster(); in _daction_hog_to_human()
H A Darena.cc308 mons_spec spec = members.get_monster(i); in place_at()
811 mons_spec spec = fac.members.get_monster(spec_idx); in do_respawn()
1345 && (fac->members.get_monster(member_idx).type in arena_monster_died()
H A Dmapdef.h705 mons_spec get_monster(int index);
706 mons_spec get_monster(int slot_index, int list_index) const;
H A Dactor.cc862 monster mon = val.get_monster(); in describe_props()
H A Dwiz-mon.cc91 mons_spec mspec = mlist.get_monster(0); in wizard_create_spec_monster_name()
H A Dmapdef.cc3681 mons_spec mons_list::get_monster(int index) in get_monster() function in mons_list
3689 mons_spec mons_list::get_monster(int slot_index, int list_index) const in get_monster() function in mons_list
5223 mons_spec spec = mlist.get_monster(0); in parse_corpse_spec()
H A Dgod-abil.cc1613 + si->props[ORC_CORPSE_KEY].get_monster().full_name(DESC_THE) in beogh_resurrect()
1632 && corpse->props[ORC_CORPSE_KEY].get_monster().is_location_safe(*ai)) in beogh_resurrect()
H A Dmon-death.cc159 auto &saved_mon = corpse.props[ORC_CORPSE_KEY].get_monster(); in _fill_out_corpse()
H A Ddungeon.cc5246 mons_spec spec = mons.get_monster(i); in _dgn_place_one_monster()
5455 ms = place.map.mons.get_monster(slot); in _vault_grid_glyph_mons()
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dgrab.cpp35 monster *mon = grabbed_vehicle->get_monster( part_index ); in grabbed_veh_move()
H A Dvehicle_move.cpp555 monster *mon = get_monster( e ); in thrust()
820 if( ovp && ( &ovp->vehicle() == this ) && get_monster( ovp->part_index() ) ) { in part_collision()
1220 monster *mon = get_monster( e ); in has_harnessed_animal()
1235 monster *mon = get_monster( e ); in autodrive()
H A Dvehicle.cpp636 monster *mon = get_monster( e ); in activate_animal_follow()
828 monster *mon = get_monster( index_of_part( &p ) ); in drive_to_local_target()
1188 monster *mon = get_monster( index ); in part_vpower_w()
3208 monster *vehicle::get_monster( int p ) const in get_monster() function in vehicle
4516 monster *mon = get_monster( steering[0] ); in steering_effectiveness()
6721 monster *mon = get_monster( p ); in damage_direct()
H A Dvehicle.h1142 monster *get_monster( int p ) const;
H A Dmonmove.cpp796 vp->vehicle().get_monster( vp->part_index() ) ) { in move()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dgrab.cpp35 monster *mon = grabbed_vehicle->get_monster( part_index ); in grabbed_veh_move()
H A Dvehicle_move.cpp555 monster *mon = get_monster( e ); in thrust()
820 if( ovp && ( &ovp->vehicle() == this ) && get_monster( ovp->part_index() ) ) { in part_collision()
1220 monster *mon = get_monster( e ); in has_harnessed_animal()
1235 monster *mon = get_monster( e ); in autodrive()
H A Dvehicle.cpp636 monster *mon = get_monster( e ); in activate_animal_follow()
828 monster *mon = get_monster( index_of_part( &p ) ); in drive_to_local_target()
1188 monster *mon = get_monster( index ); in part_vpower_w()
3208 monster *vehicle::get_monster( int p ) const in get_monster() function in vehicle
4516 monster *mon = get_monster( steering[0] ); in steering_effectiveness()
6721 monster *mon = get_monster( p ); in damage_direct()
H A Dvehicle.h1142 monster *get_monster( int p ) const;
H A Dmonmove.cpp796 vp->vehicle().get_monster( vp->part_index() ) ) { in move()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/util/monster/
H A Dmonster-main.cc583 *mspec = mons.get_monster(0); in rebind_mspec()
623 mons_spec this_mons = mons.get_monster(0); in _get_vault_monster()
728 mons_spec spec = mons.get_monster(0); in main()

12