EntitlementQuery
Inherits from Asset
Summary
Constructors
EntitlementQuery() |
EntitlementQuery(guid: Guid) |
EntitlementQuery(other: Asset) |
EntitlementQuery(other: DataContainer) |
Properties
Name | Type |
---|---|
entitlementsData | EntitlementData[] |
groupNames | string[] |
platform | GamePlatform |
entitlementTag | string |
productId | string |
projectId | string |
Static members
Name | Type |
---|---|
EntitlementQuery.typeInfo | TypeInformation |
Constructors
EntitlementQuery
EntitlementQuery()
Creates a new EntitlementQuery frostbite instance.
EntitlementQuery
EntitlementQuery(guid: Guid)
Creates a new EntitlementQuery frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
EntitlementQuery
EntitlementQuery(other: Asset)
Casts an instance of type Asset to EntitlementQuery. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | Asset | The instance to cast to EntitlementQuery. |
EntitlementQuery
EntitlementQuery(other: DataContainer)
Casts an instance of type DataContainer to EntitlementQuery. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to EntitlementQuery. |
Properties
entitlementsData
groupNames
string[]
platform
entitlementTag
string
productId
string
projectId
string
Static members
typeInfo
The type information for the EntitlementQuery type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)