MCPcopy Create free account
hub / github.com/OpenSteam001/OpenSteamTool / GetKeyName

Method GetKeyName

src/Steam/Structs.h:205–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203 int GetSymbol(const char* name) { return GetSymbolForString(name, false); }
204 int GetOrCreateSymbol(const char* name) { return GetSymbolForString(name, true); }
205 const char* GetKeyName(int symbol) { return GetStringForSymbol(symbol); }
206};
207using KeyValuesSystemSteam_t = IKeyValuesSystem* (*)();
208

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected