tModLoader v2022.09
A mod to make and play Terraria mods
Terraria.Utilities.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