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

◆ ToString()

override string Terraria.Projectile.ToString ( )
inline

Definition at line 68028 of file Projectile.cs.

68029 {
68030 return "type:" + type + ", name:" + Name + ", active:" + active.ToString() + ", whoAmI:" + whoAmI + ", identity:" + identity + ", ai0:" + ai[0] + ", uuid:" + projUUID;
68031 }

References System.Name, and System.type.