mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-01-24 20:48:03 +03:00
Merge pull request #449 from rhys-vdw/patch-1
Document SteamClient.IsValid
This commit is contained in:
commit
950b256c27
@ -89,6 +89,9 @@ namespace Steamworks
|
||||
openInterfaces.Clear();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Check if Steam is loaded and accessible.
|
||||
/// </summary>
|
||||
public static bool IsValid => initialized;
|
||||
|
||||
public static void Shutdown()
|
||||
@ -178,4 +181,4 @@ namespace Steamworks
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user