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

Function TelcomRenderSetCallback

Descent3/TelCom.cpp:1550–1550  ·  view source on GitHub ↗

Sets the callback of the Render. This will get called after Effects are drawn, before the screen overlays

Source from the content-addressed store, hash-verified

1548
1549// Sets the callback of the Render. This will get called after Effects are drawn, before the screen overlays
1550void TelcomRenderSetCallback(void (*callback)()) { TC_callback = callback; }
1551
1552// Sets what screen should be drawn by the Telcom
1553void TelcomRenderSetScreen(int screen) {

Callers 5

TelComMainMenuFunction · 0.85
TelComSingleShipSelectFunction · 0.85
TelComGoalStatusFunction · 0.85
TelComCargoFunction · 0.85
TelComAutoMapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected