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

Method GetDispatchVersion

public/IHandleSys.h:191–194  ·  view source on GitHub ↗

Returns the Handle API version */

Source from the content-addressed store, hash-verified

189 public:
190 /** Returns the Handle API version */
191 virtual unsigned int GetDispatchVersion()
192 {
193 return SMINTERFACE_HANDLESYSTEM_VERSION;
194 }
195 public:
196 /**
197 * @brief Called when destroying a handle. Must be implemented.

Callers 1

DumpMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected