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

Method PureActivate

ogsr_engine/xrGame/PHShellActivate.cpp:213–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211}
212
213void CPHShell::PureActivate()
214{
215 if (isActive())
216 return;
217 // bActive=true;
218 m_flags.set(flActive, TRUE);
219 if (!CPHObject::is_active())
220 vis_update_deactivate();
221 EnableObject(0);
222 m_object_in_root.identity();
223 spatial_register();
224}
225
226void CPHShell::PresetActive()
227{

Callers 1

SplitJointMethod · 0.80

Calls 2

setMethod · 0.45
identityMethod · 0.45

Tested by

no test coverage detected