Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
ModInfo Class Reference

Private Member Functions

proto owned string GetAction ()
proto owned string GetAuthor ()
proto bool GetDefault ()
proto bool GetIsDLC ()
proto bool GetIsOwned ()
proto owned string GetLogo ()
proto owned string GetLogoOver ()
proto owned string GetLogoSmall ()
proto owned string GetName ()
proto owned string GetOverview ()
proto owned string GetPicture ()
proto owned string GetTooltip ()
proto owned string GetVersion ()
proto void GoToStore ()

Static Private Member Functions

static string GetDLCImage (string name)

Static Private Attributes

static const string DEFAULT_LOGO = "Gui/textures/modlogo_default_co.edds"
static const string DEFAULT_LOGO_OVER = "Gui/textures/modlogo_default_hover_co.edds"
static const string DEFAULT_LOGO_SMALL = "Gui/textures/modlogo_default_co.edds"
static const string DEFAULT_OVERVIEW = ""
static const string DEFAULT_PICTURE = "Gui/textures/modlogo_default_co.edds"

Detailed Description

Definition at line 1 of file modinfo.c.

Member Function Documentation

◆ GetAction()

proto owned string GetAction ( )
private

◆ GetAuthor()

proto owned string GetAuthor ( )
private

◆ GetDefault()

proto bool GetDefault ( )
private

◆ GetDLCImage()

string GetDLCImage ( string name)
inlinestaticprivate

Definition at line 24 of file modinfo.c.

References name.

Referenced by MainMenuData::CreateDLCArticles().

◆ GetIsDLC()

◆ GetIsOwned()

proto bool GetIsOwned ( )
private

◆ GetLogo()

proto owned string GetLogo ( )
private

◆ GetLogoOver()

proto owned string GetLogoOver ( )
private

◆ GetLogoSmall()

proto owned string GetLogoSmall ( )
private

◆ GetName()

◆ GetOverview()

proto owned string GetOverview ( )
private

◆ GetPicture()

proto owned string GetPicture ( )
private

◆ GetTooltip()

proto owned string GetTooltip ( )
private

◆ GetVersion()

proto owned string GetVersion ( )
private

◆ GoToStore()

proto void GoToStore ( )
private

Field Documentation

◆ DEFAULT_LOGO

const string DEFAULT_LOGO = "Gui/textures/modlogo_default_co.edds"
staticprivate

Definition at line 19 of file modinfo.c.

Referenced by ScriptedWidgetEventHandler::LoadData().

◆ DEFAULT_LOGO_OVER

const string DEFAULT_LOGO_OVER = "Gui/textures/modlogo_default_hover_co.edds"
staticprivate

Definition at line 21 of file modinfo.c.

Referenced by ScriptedWidgetEventHandler::LoadData().

◆ DEFAULT_LOGO_SMALL

const string DEFAULT_LOGO_SMALL = "Gui/textures/modlogo_default_co.edds"
staticprivate

Definition at line 20 of file modinfo.c.

Referenced by ScriptedWidgetEventHandler::LoadData().

◆ DEFAULT_OVERVIEW

const string DEFAULT_OVERVIEW = ""
staticprivate

Definition at line 22 of file modinfo.c.

Referenced by ScriptedWidgetEventHandler::LoadData().

◆ DEFAULT_PICTURE

const string DEFAULT_PICTURE = "Gui/textures/modlogo_default_co.edds"
staticprivate

Definition at line 18 of file modinfo.c.

Referenced by ScriptedWidgetEventHandler::LoadData().


The documentation for this class was generated from the following file: