DayZ 1.24
Loading...
Searching...
No Matches
ModInfo.c
Go to the documentation of this file.
1class ModInfo
2{
3 proto owned string GetName();
5 proto owned string GetLogo();
7 proto owned string GetLogoOver(); //hover-over logo variant
9 proto owned string GetOverview(); //description
17
18 static const string DEFAULT_PICTURE = "Gui/textures/modlogo_default_co.edds";
19 static const string DEFAULT_LOGO = "Gui/textures/modlogo_default_co.edds";
20 static const string DEFAULT_LOGO_SMALL = "Gui/textures/modlogo_default_co.edds";
21 static const string DEFAULT_LOGO_OVER = "Gui/textures/modlogo_default_hover_co.edds";
22 static const string DEFAULT_OVERVIEW = "";
23}
proto owned string GetAction()
static const string DEFAULT_PICTURE
Definition ModInfo.c:18
proto void GoToStore()
static const string DEFAULT_LOGO
Definition ModInfo.c:19
proto owned string GetTooltip()
proto owned string GetPicture()
static const string DEFAULT_LOGO_OVER
Definition ModInfo.c:21
proto owned string GetOverview()
proto owned string GetLogoOver()
static const string DEFAULT_OVERVIEW
Definition ModInfo.c:22
proto bool GetIsDLC()
proto bool GetDefault()
proto owned string GetVersion()
proto bool GetIsOwned()
proto owned string GetLogo()
proto owned string GetLogoSmall()
static const string DEFAULT_LOGO_SMALL
Definition ModInfo.c:20
proto owned string GetName()
proto owned string GetAuthor()