XboxDLC - stingray.XboxDLC namespace reference - Stingray Lua API Reference

stingray.XboxDLC namespace reference

Description

Interface for managing XboxOne downloadable content.

Functions

Parameters

product_id :

string

Product Id of the DLC package to check license status for.

Returns

boolean

True if the license has been accepted.

boolean

True if the package is a trial license.

Parameters
This function does not accept any parameters.
Returns

package_info*

Returns one package_info tables for each dlc package found on the console.

The * notation indicates that there may be zero or more instances of the specified type.
Parameters

product_id :

string

Product Id of the DLC package to mount.

Returns

string

Path to the mounted DLC package on disk.

Use stingray.XboxDLC.unmount to unmount the package.

Parameters

product_id :

string

Product Id of the DLC package to unmount.

Returns
This function does not return any values.