|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| override void | Initialize () |
| override void | Shutdown () |
| override void | LoadEarlyContent () |
| override List< string > | GetListOfSubscribedWorldPaths () |
| override List< string > | GetListOfSubscribedResourcePackPaths () |
| override bool | TryGetPath (string pathEnd, out string fullPathFound) |
| override void | PublishWorld (WorldFileData world, WorkshopItemPublishSettings settings) |
| override void | PublishResourcePack (ResourcePack resourcePack, WorkshopItemPublishSettings settings) |
| override void | ImportDownloadedWorldToLocalSaves (WorldFileData world, string newFileName=null, string newDisplayName=null) |
| List< IssueReport > | GetReports () |
| override bool | TryGetInfoForWorld (WorldFileData world, out FoundWorkshopEntryInfo info) |
| override bool | TryGetInfoForResourcePack (ResourcePack resourcePack, out FoundWorkshopEntryInfo info) |
Properties | |
| WorkshopBranding | Branding [get, protected set] |
| AWorkshopProgressReporter | ProgressReporter [get, protected set] |
| AWorkshopTagsCollection | SupportedTags [get, protected set] |
| WorkshopIssueReporter | IssueReporter [get, protected set] |
Private Member Functions | |
| void | _issueReporter_OnNeedToNotifyUI () |
| void | _issueReporter_OnNeedToOpenUI () |
| void | RefreshSubscriptionsAndPublishings () |
| void | Forget (WorkshopHelper.UGCBased.APublisherInstance instance) |
| string | GetTextForWorld (WorldFileData world) |
| string | GetTemporaryFolderPath () |
| bool | MakeTemporaryFolder (string temporaryFolderPath) |
Definition at line 12 of file WorkshopSocialModule.cs.