STEAMCORE 1.5.3.6

MATCHMAKING SERVERS

  • Added 3 new functions that allows you to cancel any active server queries.
    CancelServerListQueries
    CancelPingQueries
    CancelServerRulesQueries

STEAMCORE 1.5.3.4

GENERAL

  • Added two new utility functions:
    Hex to String
    Hex to Bytes
    These new functions will convert an array of data bytes to a readable string and vise versa, usable for authentication tokens for example.

STEAMCORE 1.5.3.3

GENERAL

  • Added a “Listen for Controller Change” function that will execute when a controller change is detected, ie when a controller is disconnected or connected
  • Fixed MakeTransactionID function not always returning a valid TransactionId

WEB

  • Changed GetUserInfo function parameter “ipaddress” from an int32 to fstring