Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
GameProject.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
12sealed class GameProject
13{
14 private void GameProject();
15 private void ~GameProject();
16
18 static proto void GetAvailableAddons(notnull out array<string> addonGUIDs);
20 static proto void GetLoadedAddons(notnull out array<string> addonGUIDs);
22 static proto string GetAddonID(string GUID);
24 static proto string GetAddonTitle(string GUID);
26 static proto bool IsVanillaAddon(string GUID);
28 static proto BaseContainer GetModuleConfig(string moduleClassName);
30 static proto BaseContainer GetGameProjectSettings();
31}
32