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

Function Item_SetupKeywordHash

code/ui/ui_shared.cpp:4997–5006  ·  view source on GitHub ↗

=============== Item_SetupKeywordHash =============== */

Source from the content-addressed store, hash-verified

4995===============
4996*/
4997void Item_SetupKeywordHash(void)
4998{
4999 int i;
5000
5001 memset(itemParseKeywordHash, 0, sizeof(itemParseKeywordHash));
5002 for (i = 0; itemParseKeywords[i].keyword; i++)
5003 {
5004 KeywordHash_Add(itemParseKeywordHash, &itemParseKeywords[i]);
5005 }
5006}
5007
5008
5009/*

Callers 1

String_InitFunction · 0.70

Calls 1

KeywordHash_AddFunction · 0.70

Tested by

no test coverage detected