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

Method get_JointsNumber

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

Source from the content-addressed store, hash-verified

334CPhysicsJoint* CPHShell::get_JointByStoreOrder(u16 num) { return (CPhysicsJoint*)joints[num]; }
335
336u16 CPHShell::get_JointsNumber() { return u16(joints.size()); }
337void CPHShell::BonesCallback(CBoneInstance* B)
338{
339 /// CPHElement* E = smart_cast<CPHElement*> (static_cast<CPhysicsBase*>(B->callback_param()));

Callers 1

CPhysicsShellAnimatorMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected