Home
last modified time | relevance | path

Searched refs:remove_object_from_polygon_object_list (Results 1 – 6 of 6) sorted by relevance

/dports/games/alephone/alephone-release-20190331/Source_Files/Lua/
H A Dlua_objects.cpp156 remove_object_from_polygon_object_list(object_index); in lua_object_position()
253 remove_object_from_polygon_object_list(effect->object_index); in Lua_Effect_Position()
H A Dlua_projectiles.cpp279 remove_object_from_polygon_object_list(projectile->object_index); in Lua_Projectile_Position()
H A Dlua_monsters.cpp717 remove_object_from_polygon_object_list(monster->object_index); in Lua_Monster_Position()
/dports/games/alephone/alephone-release-20190331/Source_Files/GameWorld/
H A Dmap.cpp250 void remove_object_from_polygon_object_list(short object_index, short polygon_index);
836 remove_object_from_polygon_object_list(short object_index, short polygon_index) in remove_object_from_polygon_object_list() function
857 remove_object_from_polygon_object_list(short object_index) in remove_object_from_polygon_object_list() function
859 remove_object_from_polygon_object_list(object_index, get_object_data(object_index)->polygon); in remove_object_from_polygon_object_list()
985 remove_object_from_polygon_object_list(object_index, old_polygon_index); in translate_map_object()
H A Dmarathon2.cpp313 remove_object_from_polygon_object_list(sSavedPlayerMonsterData[i].object_index); in exit_predictive_mode()
H A Dmap.h1123 extern void remove_object_from_polygon_object_list(short object_index);
1124 extern void remove_object_from_polygon_object_list(short object_index, short polygon_index);