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

Method Activate

ogsr_engine/xrGame/PHStaticGeomShell.cpp:21–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19 CPHUpdateObject::Deactivate();
20}
21void CPHStaticGeomShell::Activate(const Fmatrix& form)
22{
23 build();
24 setStaticForm(form);
25 get_spatial_params();
26 spatial_register();
27}
28
29void CPHStaticGeomShell::Deactivate()
30{

Callers 1

P_BuildStaticGeomShellFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected