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

◆ CanBeTalkedTo

bool Terraria.Player.CanBeTalkedTo
get

Definition at line 3363 of file Player.cs.

3364 {
3365 get
3366 {
3367 if (active && !dead && !ShouldNotDraw)
3368 {
3369 return stealth == 1f;
3370 }
3371 return false;
3372 }
3373 }
bool ShouldNotDraw
Definition Player.cs:3464

Referenced by Terraria.GameContent.UI.EmoteBubble.CheckForNPCsToReactToEmoteBubble().