DayZ 1.24
Loading...
Searching...
No Matches
ModInfo Class Reference
Collaboration diagram for ModInfo:
[legend]

Private Member Functions

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

Static Private Attributes

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

Detailed Description

Definition at line 1 of file ModInfo.c.

Member Function Documentation

◆ GetAction()

proto owned string ModInfo::GetAction ( )
private

◆ GetAuthor()

proto owned string ModInfo::GetAuthor ( )
private

◆ GetDefault()

proto bool ModInfo::GetDefault ( )
private

◆ GetIsDLC()

proto bool ModInfo::GetIsDLC ( )
private

◆ GetIsOwned()

proto bool ModInfo::GetIsOwned ( )
private

◆ GetLogo()

proto owned string ModInfo::GetLogo ( )
private

◆ GetLogoOver()

proto owned string ModInfo::GetLogoOver ( )
private

◆ GetLogoSmall()

proto owned string ModInfo::GetLogoSmall ( )
private

◆ GetName()

proto owned string ModInfo::GetName ( )
private

◆ GetOverview()

proto owned string ModInfo::GetOverview ( )
private

◆ GetPicture()

proto owned string ModInfo::GetPicture ( )
private

◆ GetTooltip()

proto owned string ModInfo::GetTooltip ( )
private

◆ GetVersion()

proto owned string ModInfo::GetVersion ( )
private

◆ GoToStore()

proto void ModInfo::GoToStore ( )
private

Member Data Documentation

◆ DEFAULT_LOGO

const string ModInfo::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 ModInfo::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 ModInfo::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 ModInfo::DEFAULT_OVERVIEW = ""
staticprivate

Definition at line 22 of file ModInfo.c.

Referenced by ScriptedWidgetEventHandler::LoadData().

◆ DEFAULT_PICTURE

const string ModInfo::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: