tModLoader v2024.10
A mod to make and play Terraria mods
|
Inherits ITownNPCProfile.
Public Member Functions | |
TransformableNPCProfile (string npcFileTitleFilePath, int defaultHeadIndex, bool includeCredits=true) | |
int | GetHeadTextureIndex (NPC npc) |
string | GetNameForVariant (NPC npc) |
Asset< Texture2D > | GetTextureNPCShouldUse (NPC npc) |
int | RollVariation () |
int | GetHeadTextureIndex (NPC npc) |
string | GetNameForVariant (NPC npc) |
Asset< Texture2D > | GetTextureNPCShouldUse (NPC npc) |
int | RollVariation () |
int Profiles.TransformableNPCProfile.GetHeadTextureIndex | ( | NPC | npc | ) |
Implements ITownNPCProfile.
string Profiles.TransformableNPCProfile.GetNameForVariant | ( | NPC | npc | ) |
Implements ITownNPCProfile.
Asset< Texture2D > Profiles.TransformableNPCProfile.GetTextureNPCShouldUse | ( | NPC | npc | ) |
Implements ITownNPCProfile.
int Profiles.TransformableNPCProfile.RollVariation | ( | ) |
Implements ITownNPCProfile.