Dayz
Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Toggle main menu visibility
Loading...
Searching...
No Matches
modinfo.c
Go to the documentation of this file.
1
class
ModInfo
2
{
3
proto owned
string
GetName
();
4
proto owned
string
GetPicture
();
5
proto owned
string
GetLogo
();
6
proto owned
string
GetLogoSmall
();
7
proto owned
string
GetLogoOver
();
//hover-over logo variant
8
proto owned
string
GetTooltip
();
9
proto owned
string
GetOverview
();
//description
10
proto owned
string
GetAction
();
11
proto owned
string
GetAuthor
();
12
proto owned
string
GetVersion
();
13
proto
bool
GetDefault
();
14
proto
bool
GetIsDLC
();
15
proto
bool
GetIsOwned
();
16
proto
void
GoToStore
();
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
24
static
string
GetDLCImage
(
string
name
)
25
{
26
string
imagePath;
27
switch
(
name
)
28
{
29
case
"badlands"
:
30
{
31
imagePath =
"gui/textures/dlc_panel_badlands.edds"
;
32
break
;
33
}
34
case
"frostline"
:
35
{
36
imagePath =
"gui/textures/dlc_panel_frostline.edds"
;
37
break
;
38
}
39
default
:
40
{
41
imagePath =
"set:dayz_gui image:ProgressDayZFull"
;
42
break
;
43
}
44
}
45
46
return
imagePath;
47
}
48
}
name
PlayerSpawnPresetDiscreteItemSetSlotData name
one set for cargo
ModInfo
Definition
modinfo.c:2
ModInfo::GetDLCImage
static string GetDLCImage(string name)
Definition
modinfo.c:24
ModInfo::GetLogo
proto owned string GetLogo()
ModInfo::GetLogoOver
proto owned string GetLogoOver()
ModInfo::GoToStore
proto void GoToStore()
ModInfo::DEFAULT_LOGO_SMALL
static const string DEFAULT_LOGO_SMALL
Definition
modinfo.c:20
ModInfo::GetVersion
proto owned string GetVersion()
ModInfo::DEFAULT_PICTURE
static const string DEFAULT_PICTURE
Definition
modinfo.c:18
ModInfo::GetOverview
proto owned string GetOverview()
ModInfo::GetLogoSmall
proto owned string GetLogoSmall()
ModInfo::GetTooltip
proto owned string GetTooltip()
ModInfo::GetDefault
proto bool GetDefault()
ModInfo::DEFAULT_LOGO
static const string DEFAULT_LOGO
Definition
modinfo.c:19
ModInfo::DEFAULT_OVERVIEW
static const string DEFAULT_OVERVIEW
Definition
modinfo.c:22
ModInfo::DEFAULT_LOGO_OVER
static const string DEFAULT_LOGO_OVER
Definition
modinfo.c:21
ModInfo::GetAuthor
proto owned string GetAuthor()
ModInfo::GetName
proto owned string GetName()
ModInfo::GetIsDLC
proto bool GetIsDLC()
ModInfo::GetIsOwned
proto bool GetIsOwned()
ModInfo::GetAction
proto owned string GetAction()
ModInfo::GetPicture
proto owned string GetPicture()
Games
Dayz
scripts
3_game
modinfo.c
Generated by
1.17.0