Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
LegacyWithSimpleShimmer()
static
ITownNPCProfile
Terraria.GameContent.TownNPCProfiles.LegacyWithSimpleShimmer
(
string
subPath
,
int
headIdNormal
,
int
headIdShimmered
,
bool
uniquePartyTexture
=
true
,
bool
uniquePartyTextureShimmered
=
true
)
inline
static
Definition at line
190
of file
TownNPCProfiles.cs
.
191
{
192
return
new
Profiles.StackedNPCProfile(
new
Profiles.LegacyNPCProfile(
"Images/TownNPCs/"
+
subPath
,
headIdNormal
,
includeDefault
:
true
,
uniquePartyTexture
),
new
Profiles.LegacyNPCProfile(
"Images/TownNPCs/Shimmered/"
+
subPath
,
headIdShimmered
,
includeDefault
:
true
,
uniquePartyTextureShimmered
));
193
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
Terraria
GameContent
TownNPCProfiles
Generated by
1.10.0