tModLoader v2024.03
A mod to make and play Terraria mods
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