RangedValue - Mtax-Development/GML-OOP GitHub Wiki

Description

Constructs a container for a value closed in the specified Range.

Specification

Destruction
Elements
Garbage Collection
None

Properties

Name
Type
Default
Modifiable
range
None
Yes
value
range.minimum
Yes
value_original
value
No

Construction types

Name
Arguments
Argument note
New constructor
range {Range}
value? {real}
Unspecified value will be set to the minimum value of the Range.
Empty
Constructor copy
other {Range}
⚠️ **GitHub.com Fallback** ⚠️