terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
Terraria.GameContent.SmartCursorHelper Class Reference
+ Collaboration diagram for Terraria.GameContent.SmartCursorHelper:

Classes

class  SmartCursorUsageInfo
 

Public Member Functions

 SmartCursorHelper ()
 

Static Public Member Functions

static void SmartCursorLookup (Player player)
 

Static Private Member Functions

static void TryFindingPaintInplayerInventory (SmartCursorHelper.SmartCursorUsageInfo providedInfo, out int paintLookup, out int coatingLookup)
 
static bool IsHoveringOverAnInteractibleTileThatBlocksSmartCursor (SmartCursorHelper.SmartCursorUsageInfo providedInfo)
 
static void Step_StaffOfRegrowth (SmartCursorHelper.SmartCursorUsageInfo providedInfo, ref int focusedX, ref int focusedY)
 
static void Step_GrassSeeds (SmartCursorHelper.SmartCursorUsageInfo providedInfo, ref int focusedX, ref int focusedY)
 
static void Step_ClayPots (SmartCursorHelper.SmartCursorUsageInfo providedInfo, ref int focusedX, ref int focusedY)
 
static void Step_PlanterBox (SmartCursorHelper.SmartCursorUsageInfo providedInfo, ref int focusedX, ref int focusedY)
 
static void Step_AlchemySeeds (SmartCursorHelper.SmartCursorUsageInfo providedInfo, ref int focusedX, ref int focusedY)
 
static void Step_Actuators (SmartCursorHelper.SmartCursorUsageInfo providedInfo, ref int focusedX, ref int focusedY)
 
static void Step_EmptyBuckets (SmartCursorHelper.SmartCursorUsageInfo providedInfo, ref int focusedX, ref int focusedY)
 
static void Step_PaintScrapper (SmartCursorHelper.SmartCursorUsageInfo providedInfo, ref int focusedX, ref int focusedY)
 
static void Step_PaintBrush (SmartCursorHelper.SmartCursorUsageInfo providedInfo, ref int focusedX, ref int focusedY)
 
static void Step_PaintRoller (SmartCursorHelper.SmartCursorUsageInfo providedInfo, ref int focusedX, ref int focusedY)
 
static void Step_BlocksLines (SmartCursorHelper.SmartCursorUsageInfo providedInfo, ref int focusedX, ref int focusedY)
 
static void Step_Boulders (SmartCursorHelper.SmartCursorUsageInfo providedInfo, ref int focusedX, ref int focusedY)
 
static void Step_Pigronata (SmartCursorHelper.SmartCursorUsageInfo providedInfo, ref int focusedX, ref int focusedY)
 
static void Step_PumpkinSeeds (SmartCursorHelper.SmartCursorUsageInfo providedInfo, ref int focusedX, ref int focusedY)
 
static void Step_WallsCell (int x, int y, int cx, int cy, int minX, int minY, int maxX, int maxY)
 
static void Step_Walls (SmartCursorHelper.SmartCursorUsageInfo providedInfo, ref int focusedX, ref int focusedY)
 
static void Step_MinecartTracks (SmartCursorHelper.SmartCursorUsageInfo providedInfo, ref int focusedX, ref int focusedY)
 
static void Step_Platforms (SmartCursorHelper.SmartCursorUsageInfo providedInfo, ref int focusedX, ref int focusedY)
 
static void Step_WireCutter (SmartCursorHelper.SmartCursorUsageInfo providedInfo, ref int focusedX, ref int focusedY)
 
static void Step_ActuationRod (SmartCursorHelper.SmartCursorUsageInfo providedInfo, ref int focusedX, ref int focusedY)
 
static void Step_Hammers (SmartCursorHelper.SmartCursorUsageInfo providedInfo, ref int focusedX, ref int focusedY)
 
static void Step_MulticolorWrench (SmartCursorHelper.SmartCursorUsageInfo providedInfo, ref int focusedX, ref int focusedY)
 
static void Step_ColoredWrenches (SmartCursorHelper.SmartCursorUsageInfo providedInfo, ref int focusedX, ref int focusedY)
 
static void Step_Acorns (SmartCursorHelper.SmartCursorUsageInfo providedInfo, ref int focusedX, ref int focusedY)
 
static void Step_GemCorns (SmartCursorHelper.SmartCursorUsageInfo providedInfo, ref int focusedX, ref int focusedY)
 
static void Step_ForceCursorToAnyMinableThing (SmartCursorHelper.SmartCursorUsageInfo providedInfo, ref int fX, ref int fY)
 
static void Step_Pickaxe_MineShinies (SmartCursorHelper.SmartCursorUsageInfo providedInfo, ref int fX, ref int fY)
 
static void Step_Pickaxe_MineSolids (Player player, SmartCursorHelper.SmartCursorUsageInfo providedInfo, List< int > grappleTargets, ref int focusedX, ref int focusedY)
 
static void Step_Axe (SmartCursorHelper.SmartCursorUsageInfo providedInfo, ref int fX, ref int fY)
 
static void Step_BlocksFilling (SmartCursorHelper.SmartCursorUsageInfo providedInfo, ref int fX, ref int fY)
 
static void UpdateTorchLocations (int LX, int LY, int HX, int HY)
 
static bool IsNearExistingTorch (int x, int y)
 
static void Step_Torch (SmartCursorHelper.SmartCursorUsageInfo providedInfo, ref int fX, ref int fY)
 
static void Step_LawnMower (SmartCursorHelper.SmartCursorUsageInfo providedInfo, ref int fX, ref int fY)
 
static SmartCursorHelper ()
 

Static Private Attributes

static List< int > _targetsInt
 
static List< int > _points
 
static List< int > _endpoints
 
static List< Tuple< int, int > > _targets
 
static List< int > _grappleTargets
 
static List< Tuple< int, int > > _toRemove
 
static List< Tuple< int, int > > _targets2
 
static SmartCursorHelper.SmartCursorUsageInfo providedInfo
 
static List< int > _torchPositions
 
const int rangeToAvoidOtherTorches = 8
 

Detailed Description

Definition at line 13 of file SmartCursorHelper.cs.


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