terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
Terraria.GameContent.TownNPCProfiles Class Reference

Public Member Functions

bool GetProfile (int npcId, [Out] ITownNPCProfile profile)
 
 TownNPCProfiles ()
 

Static Public Member Functions

static ITownNPCProfile LegacyWithSimpleShimmer (string subPath, int headIdNormal, int headIdShimmered, bool uniquePartyTexture=true, bool uniquePartyTextureShimmered=true)
 
static ITownNPCProfile TransformableWithSimpleShimmer (string subPath, int headIdNormal, int headIdShimmered, bool uniqueCreditTexture=true, bool uniqueCreditTextureShimmered=true)
 
static int GetHeadIndexSafe (NPC npc)
 

Static Public Attributes

static TownNPCProfiles Instance
 

Static Private Member Functions

static TownNPCProfiles ()
 

Private Attributes

Dictionary< int, ITownNPCProfile_townNPCProfiles
 

Static Private Attributes

const string DefaultNPCFileFolderPath = "Images/TownNPCs/"
 
const string ShimmeredNPCFileFolderPath = "Images/TownNPCs/Shimmered/"
 
static readonly int[] CatHeadIDs
 
static readonly int[] DogHeadIDs
 
static readonly int[] BunnyHeadIDs
 
static readonly int[] SlimeHeadIDs
 

Detailed Description

Definition at line 8 of file TownNPCProfiles.cs.


The documentation for this class was generated from the following file: