Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
WorkshopCollection.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
17sealed class WorkshopCollection
18{
19 private void WorkshopCollection();
20 private void ~WorkshopCollection();
21
26 proto external int GetCount();
28 proto external int GetErrorsCount();
33 proto external void GetItems(out notnull array<WorkshopCollectionItem> itemsOut);
34}
35
int GetCount()