Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
TransformableWithSimpleShimmer()
static
ITownNPCProfile
Terraria.GameContent.TownNPCProfiles.TransformableWithSimpleShimmer
(
string
subPath
,
int
headIdNormal
,
int
headIdShimmered
,
bool
uniqueCreditTexture
=
true
,
bool
uniqueCreditTextureShimmered
=
true
)
inline
static
Definition at line
195
of file
TownNPCProfiles.cs
.
196
{
197
return
new
Profiles.StackedNPCProfile(
new
Profiles.TransformableNPCProfile(
"Images/TownNPCs/"
+
subPath
,
headIdNormal
,
uniqueCreditTexture
),
new
Profiles.TransformableNPCProfile(
"Images/TownNPCs/Shimmered/"
+
subPath
,
headIdShimmered
,
uniqueCreditTextureShimmered
));
198
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
Terraria
GameContent
TownNPCProfiles
Generated by
1.10.0