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