The basic idea is the Does Implement Interface only tells you whether the object could EVER respond to interaction, and the getCanInteract function will tell you whether it CURRENTLY can interact.
The basic idea is the Does Implement Interface only tells you whether the object could EVER respond to interaction, and the getCanInteract function will tell you whether it CURRENTLY can interact.