Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 476 Bytes

dlc.md

File metadata and controls

23 lines (12 loc) · 476 Bytes

Methods

greenworks.getDLCCount()

Returns the number of DLC pieces for the current running app.

greenworks.isDLCInstalled(dlc_app_id)

  • dlc_app_id Integer: The APPID of a DLC.

Checks if the user owns the DLC and if the DLC is installed.

greenworks.installDLC(dlc_app_id)

  • dlc_app_id Integer: The APPID of a DLC.

Install a specific DLC.

greenworks.uninstallDLC(dlc_app_id)

  • dlc_app_id Integer: The APPID of a DLC.

Uninstall a specific DLC.