Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
ResourceManager.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
7#ifdef WORKBENCH
8
13
14sealed class ResourceManager: WBModuleDef
15{
16 proto external MetaFile GetMetaFile(string absFilePath);
27 proto external bool RegisterResourceFile(string absFilePath, bool bBuildRuntimeResource);
35 proto external void RebuildResourceFile(string filePath, string configuration, bool selectFiles);
43 proto external void RebuildResourceFiles(notnull array<string> filePaths, string configuration);
48 proto external bool WaitForFile(string filePath, int maxTimeMs = 1000);
50 proto external void GetResourceBrowserSelection(WorkbenchSearchResourcesCallback callback, bool recursive = false);
51}
52
56
57#endif // WORKBENCH