Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
BaseWorkshopItem.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
12sealed class BaseWorkshopItem: Managed
13{
14 private void BaseWorkshopItem();
15 void ~BaseWorkshopItem();
16
18 proto external bool IsProcessed();
20 proto external string Name();
22 proto external BackendImage Thumbnail();
24 proto external Revision GetLatestRevision();
26 proto external Revision GetActiveRevision();
28 proto external Revision GetPendingDownload();
30 proto external Revision GetDownloadingRevision();
32 proto external Revision GetLocalRevision();
39 proto external int GetRevisions(out notnull array<Revision> revisions);
41 proto external string Description();
43 proto external string Id();
45 proto external string Summary();
47 proto external int GetStateFlags();
48}
49
proto external RplId Id()