MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / GetShapeOnPos

Method GetShapeOnPos

engine/Poseidon/World/Scene/Object.cpp:1625–1628  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1623
1624bool Object::GetAnimated(const Shape& src) const
1625{
1626 return _isDestroyed && _destroyPhase > 0 && GetDestructType() != DestructTree;
1627}
1628
1629#if SUPPORT_RANDOM_SHAPES
1630LODShapeWithShadow* Object::GetShapeOnPos(Vector3Val pos) const
1631{

Callers 6

ObjectForDrawingMethod · 0.45
GetProxyMethod · 0.45
DrawProxiesMethod · 0.45
GetProxyComplexityMethod · 0.45
GetProxyComplexityMethod · 0.45
DrawProxiesMethod · 0.45

Calls 1

GetShapeFunction · 0.70

Tested by

no test coverage detected