Home
last modified time | relevance | path

Searched defs:other_entity (Results 1 – 13 of 13) sorted by relevance

/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/src/entities/
H A DFire.cpp70 Entity& other_entity, in notify_collision()
H A DCrystal.cpp101 void Crystal::notify_collision(Entity& other_entity, Sprite& this_sprite, Sprite& other_sprite) { in notify_collision()
H A DExplosion.cpp91 Entity& other_entity, in notify_collision()
H A DSwitch.cpp281 Entity& other_entity, in notify_collision()
H A DCustomEntity.cpp935 Entity& other_entity, in notify_collision()
961 void CustomEntity::notify_collision_from(Entity& other_entity) { in notify_collision_from()
976 void CustomEntity::notify_collision_from(Entity& other_entity, Sprite& this_sprite, Sprite& other_s… in notify_collision_from()
H A DDestructible.cpp315 Entity& other_entity, in notify_collision()
H A DPickable.cpp339 Entity& other_entity, in notify_collision()
H A DDoor.cpp254 void Door::notify_collision(Entity& other_entity, Sprite& /* this_sprite */, Sprite& other_sprite) { in notify_collision()
H A DEnemy.cpp984 void Enemy::notify_collision(Entity& other_entity, Sprite& this_sprite, Sprite& other_sprite) { in notify_collision()
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/src/lua/
H A DEntityApi.cpp1282 Entity& other_entity = *check_entity(l, 2); in entity_api_overlaps() local
1371 const Entity& other_entity = *check_entity(l, 2); in entity_api_get_distance() local
1396 const Entity& other_entity = *check_entity(l, 2); in entity_api_get_angle() local
1421 const Entity& other_entity = *check_entity(l, 2); in entity_api_get_direction4_to() local
1452 const Entity& other_entity = *check_entity(l, 2); in entity_api_get_direction8_to() local
1944 const Entity& other_entity = *check_entity(l, 2); in entity_api_is_in_same_region() local
6082 Entity& other_entity) { in do_traversable_test_function()
6117 Entity& other_entity in do_custom_entity_collision_test_function()
6151 Entity& other_entity in do_custom_entity_collision_callback()
6178 Entity& other_entity, in do_custom_entity_collision_callback()
/dports/security/p11-kit/p11-kit-0.24.0/trust/
H A Dtest-builder.c71 static CK_ULONG other_entity = 3; variable
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/
H A DGeomTopoTool.cpp174 ErrorCode GeomTopoTool::other_entity(EntityHandle bounded, in other_entity() function in moab::GeomTopoTool
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DMessageEntity.cpp3791 for (auto &other_entity : other_entities) { in split_entities() local