Added SteamServer.ClearKeys()

This commit is contained in:
Garry Newman 2019-05-27 15:24:28 +01:00
parent c93fe0ca11
commit 33830e274e

View File

@ -365,6 +365,15 @@ public static void SetKey( string Key, string Value )
Internal.SetKeyValue( Key, Value );
}
/// <summary>
/// Remove all key values
/// </summary>
public static void ClearKeys()
{
KeyValue.Clear();
Internal.ClearAllKeyValues();
}
/// <summary>
/// Start authorizing a ticket. This user isn't authorized yet. Wait for a call to OnAuthChange.
/// </summary>