![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Classes | |
| class | SearchResourcesFilter |
| Object used for holding filtering params for ResourceDatabase.SearchResources() method. More... | |
| class | MemoryStatsSnapshot |
| Handle to a running process. More... | |
Typedefs | |
| typedef func | FindFilesCallback |
| typedef func | ScreenshotRawDataCallback |
| typedef func | ScreenshotTextureCallback |
| typedef func | GetTextureRawDataCallback |
Functions | |
| void | SearchResourcesCallback (ResourceName resourceName, string exactPath="") |
| void | FindFilesCallback (string fileName, FileAttribute attributes=0, string filesystem=string.Empty) |
| void | ScreenshotRawDataCallback (PixelRawData data, int imageWidth, int imageHeight, int stride) |
| void | ScreenshotTextureCallback (ScreenshotTextureData data) |
| void | GetTextureRawDataCallback (PixelRawData data, int imageWidth, int imageHeight, int stride) |
Variables | |
| SearchResourcesFilter | SearchResourcesCallback |
| Callback used for processing results from ResourceDatabase.SearchResources() method. | |