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

Method Load

core/logic/ExtensionSys.cpp:144–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142}
143
144bool CRemoteExtension::Load(char *error, size_t maxlength)
145{
146 if (!PerformAPICheck(error, maxlength))
147 {
148 m_pAPI = NULL;
149 return false;
150 }
151
152 if (!CExtension::Load(error, maxlength))
153 {
154 m_pAPI = NULL;
155 return false;
156 }
157
158 return true;
159}
160
161bool CLocalExtension::Load(char *error, size_t maxlength)
162{

Callers 3

LoadAutoExtensionMethod · 0.45
LoadExtensionMethod · 0.45
LoadExternalMethod · 0.45

Calls 10

OpenLibraryMethod · 0.80
GetSymbolAddressMethod · 0.80
CloseLibraryMethod · 0.80
LoadMMSPluginMethod · 0.80
UnloadMMSPluginMethod · 0.80
RemoveInterfacesMethod · 0.80
c_strMethod · 0.45
IsMetamodExtensionMethod · 0.45
OnExtensionLoadMethod · 0.45
IsMapLoadingMethod · 0.45

Tested by

no test coverage detected