Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ GetHeaderTextFor()

static string Terraria.Social.Base.TexturePackWorkshopEntry.GetHeaderTextFor ( ResourcePack resourcePack,
ulong workshopEntryId,
string[] tags,
WorkshopItemPublicSettingId publicity,
string previewImagePath )
inlinestatic

Definition at line 7 of file TexturePackWorkshopEntry.cs.

8 {
9 return AWorkshopEntry.CreateHeaderJson("ResourcePack", workshopEntryId, tags, publicity, previewImagePath);
10 }

References Terraria.Social.Base.AWorkshopEntry.CreateHeaderJson().

Referenced by Terraria.Social.Steam.WorkshopHelper.UGCBased.ResourcePackPublisherInstance.GetHeaderText().