Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Terraria.GameContent.SmartCursorHelper Class Reference

Classes

class  SmartCursorUsageInfo
 

Static Public Member Functions

static void SmartCursorLookup (Player player)
 

Static Private Member Functions

static void TryFindingPaintInplayerInventory (SmartCursorUsageInfo providedInfo, out int paintLookup, out int coatingLookup)
 
static bool IsHoveringOverAnInteractibleTileThatBlocksSmartCursor (SmartCursorUsageInfo providedInfo)
 
static void Step_StaffOfRegrowth (SmartCursorUsageInfo providedInfo, ref int focusedX, ref int focusedY)
 
static void Step_GrassSeeds (SmartCursorUsageInfo providedInfo, ref int focusedX, ref int focusedY)
 
static void Step_ClayPots (SmartCursorUsageInfo providedInfo, ref int focusedX, ref int focusedY)
 
static void Step_PlanterBox (SmartCursorUsageInfo providedInfo, ref int focusedX, ref int focusedY)
 
static void Step_AlchemySeeds (SmartCursorUsageInfo providedInfo, ref int focusedX, ref int focusedY)
 
static void Step_Actuators (SmartCursorUsageInfo providedInfo, ref int focusedX, ref int focusedY)
 
static void Step_EmptyBuckets (SmartCursorUsageInfo providedInfo, ref int focusedX, ref int focusedY)
 
static void Step_PaintScrapper (SmartCursorUsageInfo providedInfo, ref int focusedX, ref int focusedY)
 
static void Step_PaintBrush (SmartCursorUsageInfo providedInfo, ref int focusedX, ref int focusedY)
 
static void Step_PaintRoller (SmartCursorUsageInfo providedInfo, ref int focusedX, ref int focusedY)
 
static void Step_BlocksLines (SmartCursorUsageInfo providedInfo, ref int focusedX, ref int focusedY)
 
static void Step_Boulders (SmartCursorUsageInfo providedInfo, ref int focusedX, ref int focusedY)
 
static void Step_Pigronata (SmartCursorUsageInfo providedInfo, ref int focusedX, ref int focusedY)
 
static void Step_PumpkinSeeds (SmartCursorUsageInfo providedInfo, ref int focusedX, ref int focusedY)
 
static void Step_Walls (SmartCursorUsageInfo providedInfo, ref int focusedX, ref int focusedY)
 
static void Step_MinecartTracks (SmartCursorUsageInfo providedInfo, ref int focusedX, ref int focusedY)
 
static void Step_Platforms (SmartCursorUsageInfo providedInfo, ref int focusedX, ref int focusedY)
 
static void Step_WireCutter (SmartCursorUsageInfo providedInfo, ref int focusedX, ref int focusedY)
 
static void Step_ActuationRod (SmartCursorUsageInfo providedInfo, ref int focusedX, ref int focusedY)
 
static void Step_Hammers (SmartCursorUsageInfo providedInfo, ref int focusedX, ref int focusedY)
 
static void Step_MulticolorWrench (SmartCursorUsageInfo providedInfo, ref int focusedX, ref int focusedY)
 
static void Step_ColoredWrenches (SmartCursorUsageInfo providedInfo, ref int focusedX, ref int focusedY)
 
static void Step_Acorns (SmartCursorUsageInfo providedInfo, ref int focusedX, ref int focusedY)
 
static void Step_GemCorns (SmartCursorUsageInfo providedInfo, ref int focusedX, ref int focusedY)
 
static void Step_ForceCursorToAnyMinableThing (SmartCursorUsageInfo providedInfo, ref int fX, ref int fY)
 
static void Step_Pickaxe_MineShinies (SmartCursorUsageInfo providedInfo, ref int fX, ref int fY)
 
static void Step_Pickaxe_MineSolids (Player player, SmartCursorUsageInfo providedInfo, List< Tuple< int, int > > grappleTargets, ref int focusedX, ref int focusedY)
 
static void Step_Axe (SmartCursorUsageInfo providedInfo, ref int fX, ref int fY)
 
static void Step_BlocksFilling (SmartCursorUsageInfo providedInfo, ref int fX, ref int fY)
 
static void Step_Torch (SmartCursorUsageInfo providedInfo, ref int fX, ref int fY)
 
static void Step_LawnMower (SmartCursorUsageInfo providedInfo, ref int fX, ref int fY)
 

Static Private Attributes

static List< Tuple< int, int > > _targets = new List<Tuple<int, int>>()
 
static List< Tuple< int, int > > _grappleTargets = new List<Tuple<int, int>>()
 
static List< Tuple< int, int > > _points = new List<Tuple<int, int>>()
 
static List< Tuple< int, int > > _endpoints = new List<Tuple<int, int>>()
 
static List< Tuple< int, int > > _toRemove = new List<Tuple<int, int>>()
 
static List< Tuple< int, int > > _targets2 = new List<Tuple<int, int>>()
 

Detailed Description

Definition at line 11 of file SmartCursorHelper.cs.


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