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

Method SetIgnoreStatic

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

Source from the content-addressed store, hash-verified

1475bool CPHShell::IsGroupObject() { return CPHCollideValidator::IsGroupObject(*this); };
1476
1477void CPHShell::SetIgnoreStatic() { CPHCollideValidator::SetStaticNotCollide(*this); }
1478
1479void CPHShell::SetIgnoreDynamic() { CPHCollideValidator::SetDynamicNotCollide(*this); }
1480

Callers 3

CreateBodyMethod · 0.80
freezeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected