Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alliedmodders/sourcemod
/ AddWeakRef
Method
AddWeakRef
core/logic/NativeOwner.cpp:56–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
}
55
56
void CNativeOwner::AddWeakRef(const WeakNative & ref)
57
{
58
m_WeakRefs.push_back(ref);
59
}
60
61
void CNativeOwner::AddNatives(const sp_nativeinfo_t *natives)
62
{
Callers
1
BindNativeToPlugin
Method · 0.80
Calls
1
push_back
Method · 0.80
Tested by
no test coverage detected