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

Method GetOrCreateSymbol

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

Source from the content-addressed store, hash-verified

202 // ── helpers ──
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* (*)();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected