diff --git a/tools/NetHook2/NetHook2.dll b/tools/NetHook2/NetHook2.dll index 1ece227d1..8da0acabb 100644 Binary files a/tools/NetHook2/NetHook2.dll and b/tools/NetHook2/NetHook2.dll differ diff --git a/tools/NetHookAnalyzer2/NetHookAnalyzer2.exe b/tools/NetHookAnalyzer2/NetHookAnalyzer2.exe index 89015f90a..074545318 100644 Binary files a/tools/NetHookAnalyzer2/NetHookAnalyzer2.exe and b/tools/NetHookAnalyzer2/NetHookAnalyzer2.exe differ diff --git a/tools/NetHookAnalyzer2/SteamKit2.dll b/tools/NetHookAnalyzer2/SteamKit2.dll index cadf133eb..1497889ca 100644 Binary files a/tools/NetHookAnalyzer2/SteamKit2.dll and b/tools/NetHookAnalyzer2/SteamKit2.dll differ diff --git a/tools/NetHookAnalyzer2/SteamKit2.xml b/tools/NetHookAnalyzer2/SteamKit2.xml index b0f6fc252..ab123d30b 100644 --- a/tools/NetHookAnalyzer2/SteamKit2.xml +++ b/tools/NetHookAnalyzer2/SteamKit2.xml @@ -3204,16 +3204,16 @@ Gets the of the clan that posted this state update. - - - Gets the status flags. - - Gets the account flags. + + + Gets the privacy of the chat room. + + Gets the name of the clan. @@ -7753,6 +7753,21 @@ A string Steam2 "STEAM_" representation of this SteamID, or a Steam3 representation. + + + Converts this clan ID to a chat ID. + + The Chat ID for this clan's group chat. + This SteamID is not a clan ID. + + + + Converts this chat ID to a clan ID. + This can be used to get the group that a group chat is associated with. + + true if this chat ID represents a group chat, false otherwise.\ + If the method returned true, then this is the group that this chat is associated with. Otherwise, this is null. + Returns a that represents this instance. @@ -8067,6 +8082,18 @@ The public key. The universe. + + + A debug listener that writes debug output to the system console. + + + + + Called when the DebugLog wishes to inform listeners of debug spew. + + The category of the message. + The message to log. + Contains various utility functions for dealing with dates.