Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Terraria.UI.Gamepad.UILinkPage Class Reference

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, UILinkPointLinkMap = new Dictionary<int, UILinkPoint>()
 

Events

Action< int, int > ReachEndEvent
 
Action TravelEvent
 
Action LeaveEvent
 
Action EnterEvent
 
Action UpdateEvent
 
Func< boolIsValidEvent
 
Func< boolCanEnterEvent
 
Action< int > OnPageMoveAttempt
 
Func< stringOnSpecialInteracts
 

Private Member Functions

void Travel (int next)
 

Detailed Description

Definition at line 6 of file UILinkPage.cs.


The documentation for this class was generated from the following file: