Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Terraria.Utilities.IntRange Struct Reference

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 5 of file IntRange.cs.


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