Returns the number of DLC pieces for the current running app.
indexInteger: The index of the DLC between 0 andgreenworks.getDLCCount.
Returns undefined if no DLC matching the index could be found, otherwise an object containing:
appIdInteger: The APPID of the DLC.availableBoolean: Flag whether the DLC is currently available.nameString: The name of the DLC.
dlc_app_idInteger: The APPID of a DLC.
Checks if the user owns the DLC and if the DLC is installed.
dlc_app_idInteger: The APPID of a DLC.
Install a specific DLC.
dlc_app_idInteger: The APPID of a DLC.
Uninstall a specific DLC.