Home
last modified time | relevance | path

Searched refs:AddStaticShape (Results 1 – 4 of 4) sorted by relevance

/dports/games/0ad/0ad-0.0.23b-alpha/source/simulation2/components/
H A DCCmpObstruction.cpp341 m_Tag = cmpObstructionManager->AddStaticShape(GetEntityId(), in HandleMessage()
398 m_Tag = cmpObstructionManager->AddStaticShape(GetEntityId(), in SetActive()
801 m_Tag = cmpObstructionManager->AddStaticShape(GetEntityId(), in AddClusterShapes()
810 tag_t tag = cmpObstructionManager->AddStaticShape(GetEntityId(), in AddClusterShapes()
H A DICmpObstructionManager.h108 virtual tag_t AddStaticShape(entity_id_t ent, entity_pos_t x, entity_pos_t z, entity_angle_t a,
H A DCCmpObstructionManager.cpp292 …virtual tag_t AddStaticShape(entity_id_t ent, entity_pos_t x, entity_pos_t z, entity_angle_t a, en… in AddStaticShape() function in CCmpObstructionManager
/dports/games/0ad/0ad-0.0.23b-alpha/source/simulation2/components/tests/
H A Dtest_ObstructionManager.h75 shape1 = cmp->AddStaticShape(ent1, ent1x, ent1z, ent1a, ent1w, ent1h, in setUp()
365 …cmp->AddStaticShape(ent4, ent4x, ent4z, ent4a, ent4w, ent4h, ICmpObstructionManager::FLAG_BLOCK_PA… in test_filter_skip_controlgroups_require_flag()