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

Method set_ApplyByGravity

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

Source from the content-addressed store, hash-verified

1302}
1303
1304void CPHShell::set_ApplyByGravity(bool flag)
1305{
1306 ELEMENT_I i, e;
1307 i = elements.begin();
1308 e = elements.end();
1309 for (; i != e; ++i)
1310 (*i)->set_ApplyByGravity(flag);
1311}
1312
1313bool CPHShell::get_ApplyByGravity()
1314{

Callers 15

state_startMethod · 0.45
state_endMethod · 0.45
ObjectContactCallbackMethod · 0.45
switchGravityMethod · 0.45
create_camera_shellFunction · 0.45
initMethod · 0.45
releaseMethod · 0.45
raiseMethod · 0.45
keepMethod · 0.45
FlyToMethod · 0.45
ActivateMethod · 0.45
initMethod · 0.45

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected