boolean |
SteamRemoteStorage.getUGCDownloadProgress(SteamUGCHandle fileHandle,
int[] bytesDownloaded,
int[] bytesExpected) |
void |
SteamRemoteStorageCallback.onDownloadUGCResult(SteamUGCHandle fileHandle,
SteamResult result) |
void |
SteamRemoteStorageCallback.onFileShareResult(SteamUGCHandle fileHandle,
String fileName,
SteamResult result) |
SteamAPICall |
SteamRemoteStorage.ugcDownload(SteamUGCHandle fileHandle,
int priority) |
int |
SteamRemoteStorage.ugcRead(SteamUGCHandle fileHandle,
ByteBuffer buffer,
int dataToRead,
int offset,
SteamRemoteStorage.UGCReadAction action) |