Steamworks.SteamScreenshots.IsScreenshotsHooked C# (CSharp) Méthode

IsScreenshotsHooked() public static méthode

Returns true if the app has hooked the screenshot

public static IsScreenshotsHooked ( ) : bool
Résultat bool
		public static bool IsScreenshotsHooked() {
			InteropHelp.TestIfAvailableClient();
			return NativeMethods.ISteamScreenshots_IsScreenshotsHooked();
		}