extends Instance
Class fields
| Field | XML type | Value |
|---|---|---|
Name | string | IntConstrainedValue |
ExplorerOrder | string | 3 |
ExplorerImageIndex | string | 4 |
summary | string | Stores an int value in it's Value member. Value is clamped to be in range of Min and MaxValue. Useful to share int information across multiple scripts. |
Properties
5ConstrainedValue
int64| Field | XML type | Value |
|---|---|---|
Name | string | ConstrainedValue |
MaxValue
int64| Field | XML type | Value |
|---|---|---|
Name | string | MaxValue |
MinValue
int64| Field | XML type | Value |
|---|---|---|
Name | string | MinValue |
Value
int64| Field | XML type | Value |
|---|---|---|
Name | string | Value |
value
int64| Field | XML type | Value |
|---|---|---|
Name | string | value |
Events
2Changed
(value: int64) → void| Field | XML type | Value |
|---|---|---|
Name | string | Changed |
changed
(value: int64) → void| Field | XML type | Value |
|---|---|---|
Name | string | changed |