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

Function trap_GetGlconfig

code/ui/ui_syscalls.cpp:134–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132void CL_GetGlconfig( glconfig_t *glconfig );
133
134void trap_GetGlconfig( glconfig_t *glconfig )
135{
136// syscall( UI_GETGLCONFIG, glconfig );
137 CL_GetGlconfig( glconfig );
138}
139
140// this returns a handle. arg0 is the name in the format "idlogo.roq", set arg1 to NULL, alteredstates to qfalse (do not alter gamestate)
141int trap_CIN_PlayCinematic( const char *arg0, int xpos, int ypos, int width, int height, int bits, const char *psAudioFile) {

Callers 1

_UI_InitFunction · 0.70

Calls 1

CL_GetGlconfigFunction · 0.50

Tested by

no test coverage detected