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

Method CanRemoveObject

ogsr_engine/xrGame/CharacterPhysicsSupport.cpp:833–843  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

831void CCharacterPhysicsSupport::destroy_imotion() { destroy_motion(m_interactive_motion); }
832
833bool CCharacterPhysicsSupport::CanRemoveObject()
834{
835 if (m_eType == etActor)
836 {
837 return false;
838 }
839 else
840 {
841 return !m_EntityAlife.IsPlaying();
842 }
843}
844
845void CCharacterPhysicsSupport::PHGetLinearVell(Fvector& velocity)
846{

Callers

nothing calls this directly

Calls 1

IsPlayingMethod · 0.45

Tested by

no test coverage detected