MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / CreateController

Function CreateController

linux/lnxcontroller.cpp:706–708  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

704}
705
706gameController *CreateController(int num_funcs, ct_function *funcs, char *remote_ip) {
707 return new lnxgameController(num_funcs, funcs);
708}
709
710void DestroyController(gameController *ctl) {
711 if (ctl)

Callers 2

InitControlsFunction · 0.50
RestoreDefaultControlsFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected