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

◆ Clear()

void Terraria.GameContent.ObjectInteractions.SmartInteractSystem.Clear ( )
inline

Definition at line 22 of file SmartInteractSystem.cs.

23 {
24 _candidates.Clear();
25 foreach (ISmartInteractCandidateProvider item in _candidateProvidersByOrderOfPriority)
26 {
27 item.ClearSelfAndPrepareForCheck();
28 }
29 }
List< ISmartInteractCandidateProvider > _candidateProvidersByOrderOfPriority

References Terraria.GameContent.ObjectInteractions.SmartInteractSystem._candidateProvidersByOrderOfPriority, Terraria.GameContent.ObjectInteractions.SmartInteractSystem._candidates, and Terraria.GameContent.ObjectInteractions.ISmartInteractCandidateProvider.ClearSelfAndPrepareForCheck().

Referenced by Terraria.GameContent.ObjectInteractions.SmartInteractSystem.RunQuery().

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