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

Method RegisterInterface

src/engine/kernel.h:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 // templated access to handle pointer conversions and interface names
46 template<class TINTERFACE>
47 void RegisterInterface(TINTERFACE *pInterface, bool Destroy = true)
48 {
49 RegisterInterfaceImpl(TINTERFACE::InterfaceName(), pInterface, Destroy);
50 }
51 template<class TINTERFACE>
52 void ReregisterInterface(TINTERFACE *pInterface)
53 {

Callers 6

RegisterInterfacesMethod · 0.80
RunMethod · 0.80
mainFunction · 0.80
RegisterCommandsMethod · 0.80
mainFunction · 0.80
CTestGameWorldMethod · 0.80

Calls

no outgoing calls

Tested by 1

CTestGameWorldMethod · 0.64