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

◆ ToString()

override string Terraria.NPC.ToString ( )
inline

Definition at line 112469 of file NPC.cs.

112470 {
112471 return "name:" + TypeName + ", active:" + active + ", whoAmI:" + whoAmI;
112472 }
int whoAmI
The index of this Entity within its specific array. These arrays track the entities in the world....
Definition Entity.cs:16
bool active
If true, the Entity actually exists within the game world. Within the specific entity array,...
Definition Entity.cs:21
string TypeName
The TYPE name of this NPC. Type names are the base titles given to any NPC, and are typically shared...
Definition NPC.cs:1421