MCPcopy Create free account
hub / github.com/alliedmodders/sourcemod / DropRefsTo

Method DropRefsTo

core/logic/NativeOwner.cpp:124–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124void CNativeOwner::DropRefsTo(CPlugin *pPlugin)
125{
126 m_Dependents.remove(pPlugin);
127 DropWeakRefsTo(pPlugin);
128}

Callers 2

OnPluginDestroyedMethod · 0.80
DropEverythingMethod · 0.80

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected