Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Data Structures | |
class | SCR_WorkshopAddonPresetAddonMeta |
Meta data of one addon. More... | |
class | SCR_WorkshopAddonManagerPresetStorage |
Functions | |
class SCR_WorkshopAddonPresetAddonMeta | BaseContainerProps ()] class SCR_WorkshopAddonPreset |
Preset of addons. More... | |
string | GetName () |
string | GetGuid () |
SCR_WorkshopAddonPresetAddonMeta | Copy () |
SCR_WorkshopAddonPresetAddonMeta | Init (string guid, string name) |
Variables | |
protected string | m_sGuid |
protected string | m_sName |
class SCR_WorkshopAddonPresetAddonMeta BaseContainerProps | ( | ) |
Preset of addons.
Definition at line 45 of file SCR_WorkshopAddonManagerStorage.c.
SCR_WorkshopAddonPresetAddonMeta BaseContainerProps::Copy | ( | ) |
Definition at line 22 of file SCR_WorkshopAddonManagerStorage.c.
string BaseContainerProps::GetGuid | ( | ) |
Definition at line 15 of file SCR_WorkshopAddonManagerStorage.c.
string BaseContainerProps::GetName | ( | ) |
Definition at line 10 of file SCR_WorkshopAddonManagerStorage.c.
SCR_WorkshopAddonPresetAddonMeta BaseContainerProps::Init | ( | string | guid, |
string | name | ||
) |
Definition at line 30 of file SCR_WorkshopAddonManagerStorage.c.
protected string m_sGuid |
Definition at line 4 of file SCR_WorkshopAddonManagerStorage.c.
protected string m_sName |
Definition at line 7 of file SCR_WorkshopAddonManagerStorage.c.