Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ISmartInteractCandidateProvider.cs
Go to the documentation of this file.
1
namespace
Terraria.GameContent.ObjectInteractions
;
2
3
public
interface
ISmartInteractCandidateProvider
4
{
5
void
ClearSelfAndPrepareForCheck
();
6
7
bool
ProvideCandidate
(
SmartInteractScanSettings
settings, out
ISmartInteractCandidate
candidate);
8
}
Terraria.GameContent.ObjectInteractions.ISmartInteractCandidateProvider.ClearSelfAndPrepareForCheck
void ClearSelfAndPrepareForCheck()
Terraria.GameContent.ObjectInteractions.ISmartInteractCandidateProvider.ProvideCandidate
bool ProvideCandidate(SmartInteractScanSettings settings, out ISmartInteractCandidate candidate)
Terraria.GameContent.ObjectInteractions.ISmartInteractCandidateProvider
Definition
ISmartInteractCandidateProvider.cs:4
Terraria.GameContent.ObjectInteractions.ISmartInteractCandidate
Definition
ISmartInteractCandidate.cs:4
Terraria.GameContent.ObjectInteractions
Definition
AHoverInteractionChecker.cs:5
Terraria.GameContent.ObjectInteractions.SmartInteractScanSettings
Definition
SmartInteractScanSettings.cs:6
source
Terraria.GameContent.ObjectInteractions
ISmartInteractCandidateProvider.cs
Generated by
1.10.0