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

Method Load

loader/loader.cpp:105–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103 }
104
105 bool Load(SourceMM::PluginId id, SourceMM::ISmmAPI *ismm, char *error, size_t maxlength, bool late)
106 {
107 if (error != NULL && maxlength != 0)
108 {
109 UTIL_Format(error, maxlength, "%s", error_buffer);
110 }
111 return false;
112 }
113
114 int fail_version;
115 char error_buffer[512];

Callers

nothing calls this directly

Calls 1

UTIL_FormatFunction · 0.70

Tested by

no test coverage detected