Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
GameProject.c
Go to the documentation of this file.
1
/*
2
===========================================
3
Do not modify, this script is generated
4
===========================================
5
*/
6
11
12
sealed
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
BaseContainer
Definition
BaseContainer.c:13
scripts
Core
generated
System
GameProject.c
Generated by
1.17.0