RangedValue - Mtax-Development/GML-OOP GitHub Wiki
Constructs a container for a value closed in the specified Range.
Destruction |
Elements |
Garbage Collection |
None |
Name |
Type |
Default |
Modifiable |
range |
{Range} |
None |
Yes |
value |
{real} |
range.minimum |
Yes |
value_original |
{real} |
value |
No |
Name |
Arguments |
Argument note |
New constructor |
Unspecified value will be set to the minimum value of the Range. |
|
Empty |
||
Constructor copy |
other {Range} |