Home
last modified time | relevance | path

Searched refs:map_find_space (Results 1 – 7 of 7) sorted by relevance

/dports/games/nlarn/nlarn-NLarn-0.7.6/src/
H A Dmap.c993 pos = map_find_space(m, LE_MONSTER, FALSE); in map_fill_with_life()
1162 pos = map_find_space(m, LE_SOBJECT, TRUE); in map_fill_with_stationary_objects()
1171 pos = map_find_space(m, LE_SOBJECT, TRUE); in map_fill_with_stationary_objects()
1178 pos = map_find_space(m, LE_SOBJECT, TRUE); in map_fill_with_stationary_objects()
1187 pos = map_find_space(m, LE_SOBJECT, FALSE); in map_fill_with_stationary_objects()
1195 pos = map_find_space(m, LE_SOBJECT, FALSE); in map_fill_with_stationary_objects()
1203 pos = map_find_space(m, LE_SOBJECT, FALSE); in map_fill_with_stationary_objects()
1211 pos = map_find_space(m, LE_SOBJECT, FALSE); in map_fill_with_stationary_objects()
1219 pos = map_find_space(m, LE_SOBJECT, FALSE); in map_fill_with_stationary_objects()
1227 pos = map_find_space(m, LE_SOBJECT, TRUE); in map_fill_with_stationary_objects()
[all …]
H A Dtraps.c175 p->pos = map_find_space(game_map(nlarn, Z(p->pos)), LE_MONSTER, FALSE); in player_trap_trigger()
269 monster_pos_set(m, monster_map(m), map_find_space(game_map(nlarn, in monster_trap_trigger()
H A Dspells.c836 monster_pos_set(m, mmap, map_find_space(mmap, LE_MONSTER, FALSE)); in spell_type_point()
1070 p->pos = map_find_space(nlevel, LE_MONSTER, FALSE); in spell_alter_reality()
H A Dsobjects.c966 p->pos = map_find_space(pmap, LE_MONSTER, FALSE); in player_throne_sit()
H A Dmonsters.c1515 npos = map_find_space(l, LE_MONSTER, FALSE); in monster_level_enter()
2131 monster_pos_set(m, mmap, map_find_space(mmap, LE_MONSTER, FALSE)); in monster_player_attack()
H A Dplayer.c1607 p->pos = map_find_space(l, LE_MONSTER, FALSE); in player_map_enter()
1656 position mnpos = map_find_space(l, LE_MONSTER, FALSE); in player_map_enter()
/dports/games/nlarn/nlarn-NLarn-0.7.6/inc/
H A Dmap.h119 position map_find_space(map *m, map_element_t element,