terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ ModifyShopPrice()

void Terraria.GameContent.Personalities.NPCPreferenceTrait.ModifyShopPrice ( HelperInfo info,
ShopHelper shopHelperInstance )
inline

Implements Terraria.GameContent.Personalities.IShopPersonalityTrait.

Definition at line 9 of file NPCPreferenceTrait.cs.

10 {
11 if (info.nearbyNPCsByType != null)
12 {
13 AffectionLevel level = this.Level;
14 return;
15 }
16 }

References System.info, and Terraria.GameContent.Personalities.NPCPreferenceTrait.Level.