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
|
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 95 of file Profiles.cs.