Call this to clear the whole list of key/values that are sent in rules queries.
| 429 | |
| 430 | /// Call this to clear the whole list of key/values that are sent in rules queries. |
| 431 | void 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. |
no outgoing calls
no test coverage detected