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

Method SetRagDoll

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

Source from the content-addressed store, hash-verified

1483void CPHShell::SetDynamic() { CPHCollideValidator::SetDynamicCollide(*this); }
1484
1485void CPHShell::SetRagDoll() { CPHCollideValidator::SetRagDollClass(*this); }
1486
1487void CPHShell::SetIgnoreRagDoll() { CPHCollideValidator::SetRagDollClassNotCollide(*this); }
1488

Callers 1

in_UpdateCLMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected