TModLoader v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches

◆ SetBiomeAffection< T >()

Type Constraints
T :class 
T :ILoadable 
T :IShoppingBiome 

Definition at line 66 of file NPCHappiness.cs.

66 : class, ILoadable, IShoppingBiome
67 {
68 return SetBiomeAffection(ModContent.GetInstance<T>(), affectionLevel);
69 }
NPCHappiness SetBiomeAffection(IShoppingBiome biome, AffectionLevel affectionLevel)

References Terraria.ModLoader.NPCHappiness.SetBiomeAffection().

+ Here is the call graph for this function: