Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
WorkshopAssetBase.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
15sealed class WorkshopAssetBase
16{
17 private void WorkshopAssetBase();
18 private void ~WorkshopAssetBase();
19
34 proto external void SetEnabledState(bool enabled);
40 proto external EWorkshopAssetState GetEnabledState();
49 proto external EWorkshopAssetState GetState();
54 proto external bool IsCorrupted();
62 proto external bool HasData();
67 proto external WorkshopJob GetPendingJob();
73 proto external string GetGUID();
75 proto external string GetName();
77 proto external string GetSummary();
85 proto external EWorkshopAssetVisibility GetVisibility();
87 proto external void GetTags(out notnull array<WorkshopAssetTag> tagsOut);
89 proto external int GetTagsCount();
91 proto external WorkshopUserProfile GetAuthor();
99 proto external WorkshopRevisionBase GetLatestRevision();
108 proto external WorkshopRevisionBase GetCurrentRevision();
115 proto external BImage GetPreviewImage();
121 proto external BImage GetIconImage();
130 proto external bool DeleteData();
146 proto external void RequestSubscribe(notnull BackendCallback callback, bool subscribed);
148 proto external int GetSubscriberCount();
150 proto external int GetUniqueDownloadCount();
167 proto external void RequestRate(notnull BackendCallback callback, float rating);
173 proto external float GetRating();
179 proto external float GetMyRating();
181 proto external int GetRatingCount();
196 proto external void RequestBlock(notnull BackendCallback callback, bool block);
209 proto external void RequestReport(notnull BackendCallback callback, EWorkshopReportTypes type, string description, bool block);
217 proto external void RequestDetails(notnull BackendCallback callback);
224 proto external WorkshopAsset GetWorkshopAsset();
225}
226
EDamageType type
proto external EParticleEffectState GetState()
EWorkshopAssetState
EWorkshopReportTypes