Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
12
void interactive_motion::init() { flags.assign(0); }
13
14
void interactive_motion::destroy()
15
{
16
if (flags.test(fl_started))
17
state_end();
18
19
flags.assign(0);
20
}
21
22
void interactive_motion::setup(LPCSTR m, CPhysicsShell* s)
23
{
Callers
nothing calls this directly
Calls
2
test
Method · 0.45
assign
Method · 0.45
Tested by
no test coverage detected