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

Method BindFakeNativesTo

core/logic/PluginSys.cpp:779–783  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

777}
778
779void CPlugin::BindFakeNativesTo(CPlugin *other)
780{
781 for (size_t i = 0; i < m_fakes.size(); i++)
782 g_ShareSys.BindNativeToPlugin(other, m_fakes[i]);
783}
784
785/*******************
786 * PLUGIN ITERATOR *

Callers 1

RunSecondPassMethod · 0.80

Calls 2

BindNativeToPluginMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected