Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
WorkshopApi.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
13sealed class WorkshopApi: WorkshopCatalogue
14{
15 private void WorkshopApi();
16 private void ~WorkshopApi();
17
19 string GetCode(int code)
20 {
21 return typename.EnumToString(EApiCode, code);
22 }
23
27 proto external void StopAllRunningProcesses();
31 proto external void Cleanup();
35 proto external WorldSaveItem GetCurrentSave();
39 proto external void SetCurrentSave(WorldSaveItem item);
42 proto external int GetBannedItems(out notnull array<string> items);
45 proto external int GetDownloads(out notnull array<WorkshopItem> items);
49 proto external bool NeedSavesScan();
53 proto external bool NeedAddonsScan();
57 proto external int GetTags(out notnull array<WorkshopTag> tags);
61 proto external int GetPageScenarios(out array<MissionWorkshopItem> items, int page, int pageSize);
65 proto external MissionWorkshopItem GetInGameScenario(ResourceName sResource);
69 proto external WorkshopTag RegisterTag(string sName);
73 proto external void ScanOfflineItems();
77 proto external void ScanOfflineAddons();
81 proto external void ScanOfflineSaves();
85 static proto MissionWorkshopItem GetCurrentMission();
89 proto external int GetOfflineItems(out notnull array<WorkshopItem> items);
93 proto external WorkshopItem FindItem(string id);
97 proto external void OnItemsChecked(BackendCallback callback);
101 proto external void ReadDefaultScenarios(array<string> resources);
105 proto external WorkshopItem GetByName(string name);
106}
107
ref array< string > tags
void Cleanup()
Cleanup component.
Workshop Item instance.
EApiCode
Definition EApiCode.c:13