|
static int | GetHeadIndexSafe (NPC npc) |
| Retrieves the head index of this town NPC, accounting for shimmer and other variants. Returns -1 if no head index found. (See also TextureAssets.NpcHead, AutoloadHead, Mod.AddNPCHeadTexture(int, string))
|
|
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) |
|