AssetEntryMEA[] GetAllEntries<T>()
Get all entry classes by the type, these contain a plenty of information about them
______________________________________________________________________________________________________________________________
AssetEntryMEA[]: Array of classes, which contain plenty of information about the loaded assets
↩️ Back
GetAllEntries just requires a type of the files inside the procedure-required file, in return it gives a AssetEntryMEA[] that contains plenty information about your assets, such as directory instance, file bytes, asset type, asset value and it's name and etc.