MCPcopy 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
56void CNativeOwner::AddWeakRef(const WeakNative & ref)
57{
58 m_WeakRefs.push_back(ref);
59}
60
61void CNativeOwner::AddNatives(const sp_nativeinfo_t *natives)
62{

Callers 1

BindNativeToPluginMethod · 0.80

Calls 1

push_backMethod · 0.80

Tested by

no test coverage detected