![]() |
tModLoader v2025.07
A mod to make and play Terraria mods
|
Public Attributes | |
int | Id |
bool | IsActive |
bool | IsAnnouncementCompleted |
string | Name = "Anonymous" |
bool | PendingTerminationApproved |
byte[] | ReadBuffer |
ISocket | Socket |
float | SpamAddBlock |
float | SpamAddBlockMax = 100f |
float | SpamDeleteBlock |
float | SpamDeleteBlockMax = 500f |
float | SpamProjectile |
float | SpamProjectileMax = 100f |
float | SpamWater |
float | SpamWaterMax = 50f |
int | State |
int | StatusCount |
int | StatusMax |
string | StatusText = "" |
string | StatusText2 |
bool[,] | TileSections = new bool[Main.maxTilesX / 200 + 1, Main.maxTilesY / 150 + 1] |
Indicates if specific world sections (200 x 150 tile chunks) of the world are loaded by this client. The server will sync world sections to the client as the player visits them by calling CheckSection. Only accessible on Server! | |
int | TimeOutTimer |
Properties | |
bool | PendingTermination [get] |