📜 Classes
MEAZipLoadingProcedureBase
A base class of classes that allows to track the loading progress
MEAZipLoadingProcedureBase
A base class of classes that allows to track the loading progress
↩️ Back
LoadingResult Result | Current status of the loading proccess
string Path | Path of the .zip file
string Name | Copies the name of the file used for this procedure
If your procedure uses file bytes, the name will be "Bytes-Based {Type}",
because it's impossible to grab a file name straight up from byte array
bool UsesFileBytes | True if this procedure was created with file bytes
event LoadingResultDelegate onLoadingResultDefined | Invokes when "Result" of this MEAZipLoadingProcedure changes
event OnEntryLoaded onEntryLoaded | Invokes when an entry finishes to load from *.zip
▶️ void Initiate()
Currently, there are only 2 types of ModExtraAssets Loading Procedures:
MEAZipLoadingProcedure - Allows user to load assets into ModExtraAssets database with using *.zip
MEAVfpLoadingProcedure - Allows user to load assets into ModExtraAssets database with using Versatile File Packages