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

◆ notActuallyAnItem

bool Terraria.PopupText.notActuallyAnItem
get

If true, this T:Terraria.PopupText is not for an item.

Definition at line 146 of file PopupText.cs.

147 {
148 get
149 {
150 if (npcNetID == 0)
151 {
152 return freeAdvanced;
153 }
154 return true;
155 }
156 }
int npcNetID
The NPC type (F:Terraria.NPC.type) this T:Terraria.PopupText is bound to, or 0 if not bound to an NPC...
Definition PopupText.cs:131
bool freeAdvanced
If true, this T:Terraria.PopupText is not bound to an item or NPC.
Definition PopupText.cs:136

Referenced by Terraria.PopupText.NewText().