| Modifier and Type | Method and Description |
|---|---|
static SteamRemoteStorage.PublishedFileVisibility |
SteamRemoteStorage.PublishedFileVisibility.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SteamRemoteStorage.PublishedFileVisibility[] |
SteamRemoteStorage.PublishedFileVisibility.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SteamAPICall |
SteamRemoteStorage.publishWorkshopFile(String file,
String previewFile,
int consumerAppID,
String title,
String description,
SteamRemoteStorage.PublishedFileVisibility visibility,
String[] tags,
SteamRemoteStorage.WorkshopFileType workshopFileType) |
boolean |
SteamUGC.setItemVisibility(SteamUGCUpdateHandle update,
SteamRemoteStorage.PublishedFileVisibility visibility) |
boolean |
SteamRemoteStorage.updatePublishedFileVisibility(SteamPublishedFileUpdateHandle updateHandle,
SteamRemoteStorage.PublishedFileVisibility visibility) |
Copyright © 2018. All rights reserved.