getFileData
- ubyte[] getFileData(GRF grf, GRFFile file, File grfHandle, Flag!"useCache" useCache)
- ubyte[] getFileData(GRF grf, GRFFile file, Flag!"useCache" useCache)
- ubyte[] getFileData(GRFFile file, Flag!"useCache" useCache)
- ubyte[] getFileData(GRF grf, wstring filename, Flag!"useCache" useCache)
- ubyte[] getFileData(VirtualGRF vgrf, wstring filename, Flag!"useCache" useCache)
Get the unencrypted and uncompressed data of a file inside the input grf.
This function will always allocate new memory and always call the decrypting and uncompressing routines.