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

◆ SetMouseNPC()

void Terraria.Main.SetMouseNPC ( int index,
int type )
inline

Definition at line 3238 of file Main.cs.

3239 {
3240 mouseNPCIndex = index;
3241 mouseNPCType = type;
3242 }
int mouseNPCType
Definition Main.cs:895
int mouseNPCIndex
Definition Main.cs:893

References Terraria.Main.mouseNPCIndex, and Terraria.Main.mouseNPCType.

Referenced by Terraria.Main.DrawInterface_27_Inventory(), Terraria.Main.DrawInterface_38_MouseCarriedObject(), Terraria.Main.DrawNPCHousesInUI(), and Terraria.Main.SetMouseNPC_ToHousingQuery().

+ Here is the caller graph for this function: