Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
WorkshopApi.c
Go to the documentation of this file.
1
/*
2
===========================================
3
Do not modify, this script is generated
4
===========================================
5
*/
6
11
13
sealed
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
tags
ref array< string > tags
Definition
AddonBuildInfoTool.c:250
Cleanup
void Cleanup()
Cleanup component.
Definition
SCR_VONController.c:854
BackendCallback
Definition
Backend_Storage.c:5
MissionWorkshopItem
Definition
MissionWorkshopItem.c:13
ResourceName
Definition
ResourceName.c:13
WorkshopItem
Workshop Item instance.
Definition
WorkshopItem.c:14
WorkshopTag
Definition
WorkshopTag.c:15
WorldSaveItem
Definition
WorldSaveItem.c:13
EApiCode
EApiCode
Definition
EApiCode.c:13
scripts
GameLib
generated
online
WorkshopApi.c
Generated by
1.17.0