ECTitleLimit
Easily accessible title limits
Last updated
Easily accessible title limits
Last updated
If title limits are available on a ticket, it's possible to query them. For example, to retrieve the first limit for the System Menu:
It is also possible to instantiate one yourself.
Property Name | Discussion |
---|---|
Limit Name | Limit Value | Description |
---|---|---|
ECTitleLimits
manages multiple of an ECTitleLimit
.
You have the ability instantiate one yourself, or have one provided to you via existing metadata.
Property Name | Discussion |
---|---|
code
A Limit Type name as a string.
limit
The amount for this limit type.
consumed
Unknown.
PR
0
Permanent
TR
1
Trial
DR
2
Demo
SR
3
Subscription
LR
4
Service(?)
AT
100
?
limits.length
Returns the length of this limits array. You may also set a new length for this array, resizing it.
limits.get(index)
Returns the ECTitleLimit for this index. This property may not be set.
limits.set(index, code, limit
)
Sets the limit at the given index to have a new code and limit. This property may not be retrieved.