Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
Dependency.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
28sealed class Dependency: Managed
29{
30 private void Dependency();
31 void ~Dependency();
32
34 proto external string GetID();
36 proto external string GetName();
38 proto external float TotalFileSize();
40 proto external string GetVersion();
44 proto external Revision GetRevision();
49 proto external bool IsOffline();
54 proto external void LoadItem(BackendCallback callback);
59 proto external WorkshopItem GetCachedItem();
60}
61
Workshop Item instance.