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

Method CPHObject

ogsr_engine/xrGame/PHObject.cpp:13–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11extern CPHWorld* ph_world;
12
13CPHObject::CPHObject() : ISpatial(g_SpatialSpacePhysic)
14{
15 m_flags.flags = 0;
16 spatial.type |= STYPE_PHYSIC;
17 spatial.dbg_name = "CPHObject";
18 m_island.Init();
19 m_check_count = 0;
20 CPHCollideValidator::InitObject(*this);
21}
22
23void CPHObject::activate()
24{

Callers

nothing calls this directly

Calls 1

InitMethod · 0.45

Tested by

no test coverage detected