Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
WorkshopAsset.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
15sealed class WorkshopAsset: WorkshopAssetBase
16{
17 private void WorkshopAsset();
18 private void ~WorkshopAsset();
19
21 proto external string GetDescription();
30 proto external void GetAvailableRevisions(out notnull array<WorkshopRevisionBase> revisionsOut);
37 proto external void GetScreenshots(out notnull array<BImage> screenshotsOut);
38}
39