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

◆ GetMyBalance()

float Terraria.NPC.GetMyBalance ( )
inline

Definition at line 13190 of file NPC.cs.

13191 {
13193 {
13194 return 1f;
13195 }
13197 return balance;
13198 }
static void GetStatScalingFactors(int numPlayers, out float balance, out float boost)
Definition NPC.cs:13574
int statsAreScaledForThisManyPlayers
Definition NPC.cs:1170

References Terraria.NPC.GetStatScalingFactors(), and Terraria.NPC.statsAreScaledForThisManyPlayers.

Referenced by Terraria.NPC.AI_045_Golem(), Terraria.NPC.AI_047_GolemFist(), and Terraria.NPC.VanillaAI_Inner().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: