terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
Terraria.GameContent.TownNPCProfiles Class Reference
+ Collaboration diagram for Terraria.GameContent.TownNPCProfiles:

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 14 of file TownNPCProfiles.cs.


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