|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| LegacyNPCProfile (string npcFileTitleFilePath, int defaultHeadIndex, bool includeDefault=true, bool uniquePartyTexture=true) | |
| int | RollVariation () |
| string | GetNameForVariant (NPC npc) |
| Asset< Texture2D > | GetTextureNPCShouldUse (NPC npc) |
| int | GetHeadTextureIndex (NPC npc) |
Package Attributes | |
| Asset< Texture2D > | _defaultNoAlt |
| Asset< Texture2D > | _defaultParty |
Private Attributes | |
| string | _rootFilePath |
| int | _defaultVariationHeadIndex |
Definition at line 55 of file Profiles.cs.