Entitlements that have changed in quantity. This will also include entitlement changes triggered by moderation, refunds and other commerce operations.
Verse using statement |
using { /Fortnite.com/Marketplace } |
entitlement_change<public>(t:any):entitlement_change(t)
This function is a parametric type, meaning it returns a class or interface rather than a value or object instance.
Parameters
entitlement_change takes the following parameters:
| Name | Type | Description |
|---|---|---|
t |
any |
Generated Class
entitlement_change returns the parametric class entitlement_change(t).
Attributes, Specifiers, and Effects
Specifiers
The following specifiers determine how you can interact with entitlement_change in your programs. For the complete list of specifiers, see the Specifiers Page.
| Specifier | Meaning |
|---|---|
public |
The identifier is universally accessible. You can use this on modules, classes, interfaces, structs, enums, methods, and data. |