MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / getOwner

Method getOwner

Source/Physics/Body.cpp:196–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196Object* Body::getOwner() const noexcept {
197 return _owner;
198}
199
200float Body::getMass() const {
201 AssertUnless(_pWorld && _pWorld->getPrWorld() && pr::IsValid(_prBody), "got invalid physics state.");

Callers 15

body_get_ownerFunction · 0.45
sensor_get_ownerFunction · 0.45
YGNodeFreeFunction · 0.45
YGNodeFreeRecursiveFunction · 0.45
YGNodeInsertChildFunction · 0.45
YGNodeRemoveChildFunction · 0.45
YGNodeRemoveAllChildrenFunction · 0.45
YGNodeGetOwnerFunction · 0.45
YGNodeGetParentFunction · 0.45
cloneChildrenIfNeededMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected