Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
void | Initialize () |
void | Shutdown () |
void | PublishWorld (WorldFileData world, WorkshopItemPublishSettings settings) |
void | PublishResourcePack (ResourcePack resourcePack, WorkshopItemPublishSettings settings) |
bool | TryGetInfoForWorld (WorldFileData world, out FoundWorkshopEntryInfo info) |
bool | TryGetInfoForResourcePack (ResourcePack resourcePack, out FoundWorkshopEntryInfo info) |
void | LoadEarlyContent () |
List< string > | GetListOfSubscribedResourcePackPaths () |
List< string > | GetListOfSubscribedWorldPaths () |
bool | TryGetPath (string pathEnd, out string fullPathFound) |
void | ImportDownloadedWorldToLocalSaves (WorldFileData world, string newFileName=null, string newDisplayName=null) |
Properties | |
WorkshopBranding | Branding [get, protected set] |
AWorkshopProgressReporter | ProgressReporter [get, protected set] |
AWorkshopTagsCollection | SupportedTags [get, protected set] |
WorkshopIssueReporter | IssueReporter [get, protected set] |
Definition at line 6 of file WorkshopSocialModule.cs.