tModLoader v2024.10
A mod to make and play Terraria mods
|
Public Member Functions | |
UILinkPoint (int id, bool enabled, int left, int right, int up, int down) | |
void | SetPage (int page) |
string | SpecialInteractions () |
void | Unlink () |
Public Attributes | |
int | Down |
bool | Enabled |
int | ID |
int | Left |
Vector2 | Position |
int | Right |
int | Up |
Properties | |
int | Page [get] |
Events | |
Func< string > | OnSpecialInteracts |