tModLoader v2024.10
A mod to make and play Terraria mods
|
Static Public Attributes | |
const short | BackInventory = 7 |
From guide slot, research slot, reforge slot, etc. to inventory | |
const short | CameraDark = 5 |
The second in-game camera point If Main.cursorOverride is set to this, the color will be the same as the cursor color | |
const short | CameraLight = 4 |
The first in-game camera point If Main.cursorOverride is set to this, the color will be the same as the cursor color | |
const short | ChestToInventory = 8 |
From chest to inventory | |
const short | DefaultCursor = 0 |
Default cursor | |
const short | DefaultCursorOutline = 11 |
Default cursor outline | |
const short | FavoriteStar = 3 |
Try to mark as favorite | |
const short | GamepadDefaultCursor = 15 |
Default cursor if PlayerInput.SettingsForUI.ShowGamepadCursor is true | |
const short | GamepadDefaultCursorOutline = 16 |
Default cursor outline if PlayerInput.SettingsForUI.ShowGamepadCursor is true | |
const short | GamepadSmartCursor = 13 |
Smart cursor enabled if PlayerInput.SettingsForUI.ShowGamepadCursor is true When using the gamepad in smart cursor mode, the cursor that is relatively close to the player | |
const short | GamepadSmartCursorAlt = 17 |
Actual cursor position indicator if smart cursor enabled and PlayerInput.SettingsForUI.ShowGamepadCursor is true When using the gamepad in smart cursor mode, the cursor that is relatively far away from the player | |
const short | GamepadSmartCursorOutline = 14 |
Smart cursor outline if PlayerInput.SettingsForUI.ShowGamepadCursor is true | |
const short | InventoryToChest = 9 |
From inventory to chest | |
const short | Magnifiers = 2 |
Try to display items in chat messages | |
const short | QuickSell = 10 |
Quick sell items to NPC | |
const short | SmartCursor = 1 |
Smart cursor enabled | |
const short | SmartCursorOutline = 12 |
Smart cursor outline | |
const short | TrashCan = 6 |
Quick trash | |