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

Method Enable

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

Source from the content-addressed store, hash-verified

362}
363
364void CPHShell::Enable()
365{
366 if (!isActive())
367 return;
368
369 ELEMENT_I i, e;
370 i = elements.begin();
371 e = elements.end();
372 // if(dBodyIsEnabled((*i)->get_body())) return;
373 for (; i != e; ++i)
374 (*i)->Enable();
375 EnableObject(0);
376}
377
378void CPHShell::set_PhysicsRefObject(CPhysicsShellHolder* ref_object)
379{

Callers 15

EnableCharacterMethod · 0.45
net_SpawnMethod · 0.45
TTestDepthCallbackFunction · 0.45
state_endMethod · 0.45
DieHelicopterMethod · 0.45
SetForceAndVelocityMethod · 0.45
RestoreNetStateMethod · 0.45
attach_ActorMethod · 0.45
CreateSkeletonMethod · 0.45
DriveMethod · 0.45
SteerRightMethod · 0.45
SteerLeftMethod · 0.45

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected