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

Function PC_ParseExt

code/ui/ui_shared.cpp:5900–5905  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5898}
5899
5900char *PC_ParseExt(void)
5901{
5902 if(parseDataCount < 0)
5903 Com_Error(ERR_FATAL, "PC_ParseExt: parseDataCount < 0 (be sure to call PC_StartParseSession!)");
5904 return (COM_ParseExt(&parseData[parseDataCount].bufferCurrent, qtrue));
5905}
5906
5907qboolean PC_ParseString(const char **string)
5908{

Callers 5

CL_CgameSystemCallsFunction · 0.85
UI_ParseMenuFunction · 0.85
Asset_ParseFunction · 0.85
PC_Script_ParseFunction · 0.85
Menu_ParseFunction · 0.85

Calls 2

Com_ErrorFunction · 0.50
COM_ParseExtFunction · 0.50

Tested by

no test coverage detected