MCPcopy 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
70void source::onreassign()
71{
72 if(owner)
73 {
74 owner->onsourcereassign(this);
75 owner = NULL;
76 }
77}
78
79bool source::generate()
80{

Callers 1

newsourceMethod · 0.80

Calls 1

onsourcereassignMethod · 0.45

Tested by

no test coverage detected