tModLoader v2025.03
A mod to make and play Terraria mods
All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
IntRange Struct Reference

Public Member Functions

 IntRange (int minimum, int maximum)
 

Static Public Member Functions

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

Public Attributes

readonly int Maximum
 
readonly int Minimum