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

Method CloseLibrary

core/logic/LibrarySys.cpp:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49void CLibrary::CloseLibrary()
50{
51 delete this;
52}
53
54void *CLibrary::GetSymbolAddress(const char *symname)
55{

Callers 2

LoadMethod · 0.80
UnloadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected