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

◆ CanBeTalkedTo

bool Terraria.Player.CanBeTalkedTo
get

Definition at line 4226 of file Player.cs.

4227 {
4228 get
4229 {
4230 if (active && !dead && !ShouldNotDraw)
4231 {
4232 return stealth == 1f;
4233 }
4234 return false;
4235 }
4236 }
bool active
If true, the Entity actually exists within the game world. Within the specific entity array,...
Definition Entity.cs:21
bool ShouldNotDraw
Definition Player.cs:4325

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