|
TModLoader v1.4.4.9
TModLoader source code documentation
|
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 |
Definition at line 5 of file IntRange.cs.