mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-01-14 23:58:12 +03:00
Added AdvertiseGame to SteamUsers for use in clients.
This commit is contained in:
parent
141dbfdaa1
commit
406a41f228
@ -434,6 +434,12 @@ namespace Steamworks
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public static bool IsPhoneRequiringVerification => Internal.BIsPhoneRequiringVerification();
|
public static bool IsPhoneRequiringVerification => Internal.BIsPhoneRequiringVerification();
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Sets the rich presence data for an unsecured game server that the user is playing on.
|
||||||
|
/// This allows friends to be able to view the game info and join your game.
|
||||||
|
/// </summary>
|
||||||
|
public static void AdvertiseGame( SteamId steamId, uint ipServer, ushort portServer ) => Internal.AdvertiseGame( steamId, ipServer, portServer );
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Requests an application ticket encrypted with the secret "encrypted app ticket key".
|
/// Requests an application ticket encrypted with the secret "encrypted app ticket key".
|
||||||
/// The encryption key can be obtained from the Encrypted App Ticket Key page on the App Admin for your app.
|
/// The encryption key can be obtained from the Encrypted App Ticket Key page on the App Admin for your app.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user