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

Function CallMultiDLL

Descent3/multi_dll_mgr.cpp:699–702  ·  view source on GitHub ↗

The chokepoint function to call the dll function

Source from the content-addressed store, hash-verified

697}
698// The chokepoint function to call the dll function
699void CallMultiDLL(int eventnum) {
700 if (MultiDLLHandle.handle && DLLMultiCall)
701 DLLMultiCall(eventnum);
702}
703void SetUITextItemText(UITextItem *uit, char *newtext, uint32_t color) {
704 // This function is currently broken!
705 strcpy(uit->m_Text, newtext);

Callers 11

EndLevelFunction · 0.85
MultiLeaveGameFunction · 0.85
MultiDoLevelEndedFunction · 0.85
MultiDoServerFrameFunction · 0.85
MainMultiplayerMenuFunction · 0.85
AutoConnectPXOFunction · 0.85
AutoConnectLANIPFunction · 0.85
AutoConnectHeatFunction · 0.85
RunServerConfigsFunction · 0.85
ProcessCommandLineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected