mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2024-12-25 06:05:46 +03:00
Merge pull request #121 from MadDave666/master
added client.Overlay.Enabled property (tells you whether the overlay …
This commit is contained in:
commit
c4f33a1d3d
@ -25,6 +25,11 @@ public class Overlay
|
|||||||
{
|
{
|
||||||
internal Client client;
|
internal Client client;
|
||||||
|
|
||||||
|
public bool Enabled
|
||||||
|
{
|
||||||
|
get { return client.native.utils.IsOverlayEnabled(); }
|
||||||
|
}
|
||||||
|
|
||||||
public void OpenUserPage( string name, ulong steamid ) { client.native.friends.ActivateGameOverlayToUser( name, steamid ); }
|
public void OpenUserPage( string name, ulong steamid ) { client.native.friends.ActivateGameOverlayToUser( name, steamid ); }
|
||||||
|
|
||||||
public void OpenProfile( ulong steamid ) { OpenUserPage( "steamid", steamid ); }
|
public void OpenProfile( ulong steamid ) { OpenUserPage( "steamid", steamid ); }
|
||||||
|
Loading…
Reference in New Issue
Block a user