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