MCPcopy Create free account
hub / github.com/Detanup01/gbe_fork / SteamAPI_ISteamGameServer_ClearAllKeyValues

Function SteamAPI_ISteamGameServer_ClearAllKeyValues

dll/flat.cpp:6998–7001  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6996}
6997
6998STEAMAPI_API void SteamAPI_ISteamGameServer_ClearAllKeyValues( ISteamGameServer* self )
6999{
7000 return get_steam_client()->steam_gameserver->ClearAllKeyValues();
7001}
7002
7003STEAMAPI_API void SteamAPI_ISteamGameServer_SetKeyValue( ISteamGameServer* self, const char * pKey, const char * pValue )
7004{

Callers

nothing calls this directly

Calls 2

get_steam_clientFunction · 0.85
ClearAllKeyValuesMethod · 0.45

Tested by

no test coverage detected