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

Method SDK_OnUnload

extensions/structs/extension.cpp:88–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88void Structs::SDK_OnUnload()
89{
90 handlesys->RemoveType(g_StructHandle, myself->GetIdentity());
91 gameconfs->CloseGameConfigFile(conf);
92 gameconfs->RemoveUserConfigHook("Structs", this);
93}
94
95bool Structs::SDK_OnLoad( char *error, size_t maxlength, bool late )
96{

Callers

nothing calls this directly

Calls 4

RemoveTypeMethod · 0.80
CloseGameConfigFileMethod · 0.80
RemoveUserConfigHookMethod · 0.80
GetIdentityMethod · 0.45

Tested by

no test coverage detected