public class SteamAPI extends Object
| Constructor and Description |
|---|
SteamAPI() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
init() |
static boolean |
isSteamRunning()
According to the documentation, SteamAPI_IsSteamRunning() should "only be used in very
specific cases".
|
static boolean |
isSteamRunning(boolean checkNative) |
static void |
loadLibraries() |
static void |
loadLibraries(String libraryPath) |
static void |
printDebugInfo(PrintStream stream) |
static void |
releaseCurrentThreadMemory() |
static boolean |
restartAppIfNecessary(int appId) |
static void |
runCallbacks() |
static void |
shutdown() |
public static void loadLibraries()
throws SteamException
SteamExceptionpublic static void loadLibraries(String libraryPath) throws SteamException
SteamExceptionpublic static boolean restartAppIfNecessary(int appId)
throws SteamException
SteamExceptionpublic static boolean init()
throws SteamException
SteamExceptionpublic static void shutdown()
public static boolean isSteamRunning()
isSteamRunning(boolean)public static boolean isSteamRunning(boolean checkNative)
public static void printDebugInfo(PrintStream stream)
public static void releaseCurrentThreadMemory()
public static void runCallbacks()
Copyright © 2018. All rights reserved.