MCPcopy Create free account
hub / github.com/ddnet/ddnet / ReregisterInterface

Method ReregisterInterface

src/engine/kernel.h:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 }
51 template<class TINTERFACE>
52 void ReregisterInterface(TINTERFACE *pInterface)
53 {
54 ReregisterInterfaceImpl(TINTERFACE::InterfaceName(), pInterface);
55 }
56
57 // Usage example:
58 // IMyInterface *pMyHandle = Kernel()->RequestInterface<IMyInterface>()

Callers 2

RegisterInterfacesMethod · 0.80
RunMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected