|
Terraria v1.4.4.9
Terraria source code documentation
|
Classes | |
| class | SomeVarsForUILinkers |
Static Public Member Functions | |
| static bool | NothingMoreImportantThanNPCChat () |
| static float | HandleSliderHorizontalInput (float currentValue, float min, float max, float deadZone=0.2f, float sensitivity=0.5f) |
| static float | HandleSliderVerticalInput (float currentValue, float min, float max, float deadZone=0.2f, float sensitivity=0.5f) |
| static bool | CanExecuteInputCommand () |
| static void | Load () |
| static void | FancyExit () |
| static string | FancyUISpecialInstructions () |
| static void | HandleOptionsSpecials () |
Static Private Member Functions | |
| static bool | CanEnterCreativeMenu () |
| static int | GetCornerWrapPageIdFromLeftToRight () |
| static int | GetCornerWrapPageIdFromRightToLeft () |
| static void | OnFancyUIPageMoveAttempt (int direction) |
Definition at line 14 of file UILinksInitializer.cs.