MCPcopy Create free account
hub / github.com/JACoders/OpenJK / CL_DataPad_f

Function CL_DataPad_f

code/client/cl_ui.cpp:343–348  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

341}
342
343void CL_DataPad_f(void)
344{
345 if (cls.uiStarted && cls.cgameStarted && (cls.state == CA_ACTIVE) ) {
346 UI_SetActiveMenu("datapad",NULL);
347 }
348}
349
350/*
351====================

Callers

nothing calls this directly

Calls 1

UI_SetActiveMenuFunction · 0.50

Tested by

no test coverage detected