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

Function cgi_SP_GetStringTextString

code/cgame/cg_syscalls.cpp:575–578  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

573}
574
575int cgi_SP_GetStringTextString(const char *text, char *buffer, int bufferLength)
576{
577 return Q_syscall( CG_SP_GETSTRINGTEXTSTRING, text, buffer, bufferLength );
578}
579
580/*
581OpenJK Add

Callers 15

CG_DrawWeaponSelectFunction · 0.70
CG_Credits_InitFunction · 0.70
CG_ScrollTextFunction · 0.70
CG_CenterPrintFunction · 0.70
cg_scoreboard.cppFile · 0.70
CG_ItemPickupFunction · 0.70
ObjectivePrint_LineFunction · 0.70
CG_DrawDataPadObjectivesFunction · 0.70
CG_DrawLoadingScreenFunction · 0.70
CG_DrawInformationFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected