128 PlayerInput.Triggers.Current.UsedMovementKey =
true;
236 else if (!
value.IsValid())
268 PlayerInput.LockGamepadTileUseButton =
true;
298 bool num = PlayerInput.Triggers.Current.HotbarMinus && !
PlayerInput.
Triggers.Current.HotbarPlus;
384 vector.X = position.
X;
388 vector.Y = position.
Y;
391 PlayerInput.MouseX = (int)
vector.X;
392 PlayerInput.MouseY = (int)
vector.Y;
399 Shortcuts.OPTIONS_BUTTON_SPECIALFEATURE = 0;
400 Shortcuts.BackButtonLock =
false;
401 Shortcuts.BackButtonCommand = 0;
420 if (!
string.IsNullOrEmpty(
text2))
422 if (
string.IsNullOrEmpty(
text))
465 page.DefaultPoint =
page.LinkMap.
Keys.First();
467 page.CurrentPoint =
page.DefaultPoint;
472 item.Value.SetPage(ID);
509 value.CurrentPoint =
value.DefaultPoint;
static double Abs(double value)
static byte Max(byte val1, byte val2)
static void PlaySound(int type, Vector2 position, int style=1)
static bool ingameOptionsWindow
static UserInterface InGameUI
static UserInterface MenuUI
static CreativeUI CreativeMenu
static bool clothesWindow
static bool InReforgeMenu
static bool InGuideCraftMenu
static bool playerInventory
static Player LocalPlayer
static bool mapFullscreen
static int BUILDERACCCOUNT
static int CRAFT_CurrentIngredientsCount
static int OPTIONS_BUTTON_SPECIALFEATURE
static bool NPCCHAT_ButtonsRight2
static int CRAFT_IconsPerRow
static int NPCS_IconsPerColumn
static bool NPCCHAT_ButtonsRight
static bool CREATIVE_ItemSlotShouldHighlightAsSelected
static int FANCYUI_HIGHEST_INDEX
static int CRAFT_CurrentRecipeBig
static bool NPCCHAT_ButtonsLeft
static int BUFFS_PER_COLUMN
static bool BackButtonInUse
static int CRAFT_IconsPerColumn
static int INGAMEOPTIONS_BUTTONS_RIGHT
static int FANCYUI_SPECIAL_INSTRUCTIONS
static bool NPCS_IconsDisplay
static int NPCS_IconsTotal
static bool BackButtonLock
static int INGAMEOPTIONS_BUTTONS_LEFT
static bool NPCCHAT_ButtonsMiddle
static int CRAFT_CurrentRecipeSmall
static int BackButtonCommand
static int NPCS_LastHovered
static int INV_MOVE_OPTION_CD
static ? int _suggestedPointID
static void GoToDefaultPage(int specialFlag=0)
static ? int _preSuggestionPoint
static void ConsumeSuggestion()
static void ResetFlagsEnd()
static void ChangePoint(int PointID)
static void SwapToSuggestion()
static void ForceMovementCooldown(int time)
static void ChangePage(int PageID)
static string GetInstructions()
static Dictionary< int, UILinkPoint > Points
static void ConsumeSuggestionSwap()
static void ClearSuggestion()
static void SetPosition(int ID, Vector2 Position)
static void RegisterPage(UILinkPage page, int ID, bool automatedDefault=true)
static void SuggestUsage(int PointID)
static void ProcessChanges()
static Dictionary< int, UILinkPage > Pages
static Vector2 Lerp(Vector2 value1, Vector2 value2, float amount)