Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/assaultcube/AC
/ onreassign
Method
onreassign
source/src/openal.cpp:70–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
}
69
70
void source::onreassign()
71
{
72
if(owner)
73
{
74
owner->onsourcereassign(this);
75
owner = NULL;
76
}
77
}
78
79
bool source::generate()
80
{
Callers
1
newsource
Method · 0.80
Calls
1
onsourcereassign
Method · 0.45
Tested by
no test coverage detected