mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-08-16 02:49:43 +03:00
Merge pull request #449 from rhys-vdw/patch-1
Document SteamClient.IsValid
This commit is contained in:
commit
950b256c27
1 changed files with 4 additions and 1 deletions
|
@ -89,6 +89,9 @@ namespace Steamworks
|
||||||
openInterfaces.Clear();
|
openInterfaces.Clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Check if Steam is loaded and accessible.
|
||||||
|
/// </summary>
|
||||||
public static bool IsValid => initialized;
|
public static bool IsValid => initialized;
|
||||||
|
|
||||||
public static void Shutdown()
|
public static void Shutdown()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue