|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| UILinkPoint (int id, bool enabled, int left, int right, int up, int down) | |
| void | SetPage (int page) |
| void | Unlink () |
| string | SpecialInteractions () |
Public Attributes | |
| int | ID |
| bool | Enabled |
| Vector2 | Position |
| int | Left |
| int | Right |
| int | Up |
| int | Down |
Properties | |
| int | Page [get, private set] |
Events | |
| Func< string > | OnSpecialInteracts |
Definition at line 6 of file UILinkPoint.cs.