View Single Post
  #39  
Old 23.02.2017, 05:22
mgpai mgpai is offline
Script Master
 
Join Date: Sep 2013
Posts: 1,533
Default

Quote:
Originally Posted by thecoder2012 View Post
Any chance to get UUID or packagename with only "archive" (method/class) and trigger "Archive extraction finished" ?
Does this help ?

Code:
var packageName = archive.getDownloadLinks()[0].getPackage().getName();
Reply With Quote