MCPcopy Create free account
hub / github.com/ZDoom/Raze / KeyName

Function KeyName

source/common/console/c_bind.cpp:222–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220//=============================================================================
221
222const char *KeyName (int key)
223{
224 static char name[5];
225
226 if (KeyNames[key])
227 return KeyNames[key];
228
229 mysnprintf (name, countof(name), "Key_%d", key);
230 return name;
231}
232
233//=============================================================================
234//

Callers 3

ConfigKeyNameFunction · 0.85
C_NameKeysFunction · 0.85
PerformBindMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected