public class SteamApps extends Object
| Modifier and Type | Field and Description |
|---|---|
protected long |
callback |
protected long |
pointer |
| Constructor and Description |
|---|
SteamApps() |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
deleteCallback(long callback) |
void |
dispose() |
int |
getAppBuildId() |
SteamID |
getAppOwner() |
String |
getAvailableGameLanguages() |
String |
getCurrentGameLanguage() |
int |
getDLCCount() |
int |
getEarliestPurchaseUnixTime(int appID) |
void |
installDLC(int appID) |
boolean |
isCybercafe() |
boolean |
isDlcInstalled(int appID) |
boolean |
isLowViolence() |
boolean |
isSubscribed() |
boolean |
isSubscribedApp(int appID) |
boolean |
isSubscribedFromFreeWeekend() |
boolean |
isVACBanned() |
void |
uninstallDLC(int appID) |
public boolean isSubscribed()
public boolean isLowViolence()
public boolean isCybercafe()
public boolean isVACBanned()
public String getCurrentGameLanguage()
public String getAvailableGameLanguages()
public boolean isSubscribedApp(int appID)
public boolean isDlcInstalled(int appID)
public int getEarliestPurchaseUnixTime(int appID)
public boolean isSubscribedFromFreeWeekend()
public int getDLCCount()
public void installDLC(int appID)
public void uninstallDLC(int appID)
public SteamID getAppOwner()
public int getAppBuildId()
public void dispose()
protected static void deleteCallback(long callback)
Copyright © 2018. All rights reserved.