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

Method destroy

ogsr_engine/xrGame/interactive_motion.cpp:14–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12void interactive_motion::init() { flags.assign(0); }
13
14void interactive_motion::destroy()
15{
16 if (flags.test(fl_started))
17 state_end();
18
19 flags.assign(0);
20}
21
22void interactive_motion::setup(LPCSTR m, CPhysicsShell* s)
23{

Callers

nothing calls this directly

Calls 2

testMethod · 0.45
assignMethod · 0.45

Tested by

no test coverage detected