|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| UILinkPage () | |
| UILinkPage (int id) | |
| void | Update () |
| void | Leave () |
| void | Enter () |
| bool | IsValid () |
| bool | CanEnter () |
| void | TravelUp () |
| void | TravelDown () |
| void | TravelLeft () |
| void | TravelRight () |
| void | SwapPageLeft () |
| void | SwapPageRight () |
| string | SpecialInteractions () |
Public Attributes | |
| int | ID |
| int | PageOnLeft = -1 |
| int | PageOnRight = -1 |
| int | DefaultPoint |
| int | CurrentPoint |
| Dictionary< int, UILinkPoint > | LinkMap = new Dictionary<int, UILinkPoint>() |
Events | |
| Action< int, int > | ReachEndEvent |
| Action | TravelEvent |
| Action | LeaveEvent |
| Action | EnterEvent |
| Action | UpdateEvent |
| Func< bool > | IsValidEvent |
| Func< bool > | CanEnterEvent |
| Action< int > | OnPageMoveAttempt |
| Func< string > | OnSpecialInteracts |
Private Member Functions | |
| void | Travel (int next) |
Definition at line 6 of file UILinkPage.cs.