MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / get_CallbackData

Method get_CallbackData

ogsr_engine/xrGame/PHShell.cpp:1554–1558  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1552const CGID& CPHShell::GetCLGroup() const { return CPHCollideValidator::GetGroup(*this); }
1553
1554void* CPHShell::get_CallbackData()
1555{
1556 VERIFY(isActive());
1557 return (*elements.begin())->get_CallbackData();
1558}
1559
1560void CPHShell::SetBonesCallbacksOverwrite(bool v)
1561{

Callers 2

net_RelcaseMethod · 0.45
FlyToMethod · 0.45

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected