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

Method ClearAllKeyValues

dll/steam_gameserver.cpp:431–436  ·  view source on GitHub ↗

Call this to clear the whole list of key/values that are sent in rules queries.

Source from the content-addressed store, hash-verified

429
430/// Call this to clear the whole list of key/values that are sent in rules queries.
431void Steam_GameServer::ClearAllKeyValues()
432{
433 PRINT_DEBUG_ENTRY();
434 std::lock_guard<std::recursive_mutex> lock(global_mutex);
435 server_data.clear_values();
436}
437
438
439/// Call this to add/update a key/value pair.

Calls

no outgoing calls

Tested by

no test coverage detected