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

◆ ClearSelfAndPrepareForCheck()

void Terraria.GameContent.ObjectInteractions.NPCSmartInteractCandidateProvider.ClearSelfAndPrepareForCheck ( )
inline

Implements Terraria.GameContent.ObjectInteractions.ISmartInteractCandidateProvider.

Definition at line 28 of file NPCSmartInteractCandidateProvider.cs.

29 {
30 Main.SmartInteractNPC = -1;
31 }