Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
WorkshopAssetBase.c
Go to the documentation of this file.
1
/*
2
===========================================
3
Do not modify, this script is generated
4
===========================================
5
*/
6
11
15
sealed
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
type
EDamageType type
Definition
SCR_DestructibleTreeV2.c:32
GetName
string GetName()
Definition
SCR_NotificationSenderComponent.c:15
BImage
Definition
BImage.c:13
BackendCallback
Definition
Backend_Storage.c:5
WorkshopAsset
Definition
WorkshopAsset.c:16
WorkshopJob
Definition
WorkshopJob.c:20
WorkshopRevisionBase
Definition
WorkshopRevisionBase.c:13
WorkshopUserProfile
Definition
WorkshopUserProfile.c:16
GetState
proto external EParticleEffectState GetState()
Definition
SCR_BaseEntitiesEditorUIEffect.c:32
EWorkshopAssetState
EWorkshopAssetState
Definition
EWorkshopAssetState.c:16
EWorkshopReportTypes
EWorkshopReportTypes
Definition
EWorkshopReportTypes.c:18
EWorkshopAssetVisibility
EWorkshopAssetVisibility
Definition
EWorkshopAssetVisibility.c:16
scripts
GameLib
generated
online
workshop
WorkshopAssetBase.c
Generated by
1.17.0