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.Utilities.IntRange Struct Reference
+ Collaboration diagram for Terraria.Utilities.IntRange:

Public Member Functions

 IntRange (int minimum, int maximum)
 

Static Public Member Functions

static IntRange operator* (IntRange range, float scale)
 
static IntRange operator* (float scale, IntRange range)
 
static IntRange operator/ (IntRange range, float scale)
 
static IntRange operator/ (float scale, IntRange range)
 

Public Attributes

readonly int Minimum
 
readonly int Maximum
 

Detailed Description

Definition at line 10 of file IntRange.cs.


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