XboxDLC - stingray.XboxDLC namespace reference - Stingray Lua API Reference
         
	
    
    
Interface for managing XboxOne downloadable content.
				|   | 
Use this function the check the license on a DLC package.
 | 
 
							
							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. | 
							  
				|   | mount ( product_id ) : string
Mounts the supplied dlc package and returns the mounted path. 
 | 
 
							
							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. |