danni.coy Posted September 9, 2013 Posted September 9, 2013 I can't seem to find an easy way to do this, any suggestions
frustum Posted September 14, 2013 Posted September 14, 2013 You can get the list of package files and iterate through it: string files[0]; forloop(int i = 0; engine.filesystem.getNumPackages()) { engine.filesystem.getPackageFileNames(i,files); // files array contains the all file names from the package }
Recommended Posts