DayZ 1.26
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
Класс ModStructure

Защищенные члены

void ModStructure (int index, string path)
 
void LoadData ()
 
string GetModName ()
 
string GetModLogo ()
 
string GetModLogoSmall ()
 
string GetModLogoOver ()
 
string GetModActionURL ()
 
string GetModToltip ()
 
string GetModOverview ()
 

Защищенные данные

int m_ModIndex
 
string m_ModPath
 
string m_ModName
 
string m_ModLogo
 
string m_ModLogoSmall
 
string m_ModLogoOver
 
string m_ModActionURL
 
string m_ModTooltip
 
string m_ModOverview
 

Подробное описание

Конструктор(ы)

◆ ModStructure()

void ModStructure ( int index,
string path )
inlineprotected
14 {
17 LoadData();
18 }
string path
Definition OptionSelectorMultistate.c:142
string m_ModPath
Definition ModStructure.c:4
void LoadData()
Definition ModStructure.c:20
int m_ModIndex
Definition ModStructure.c:3
Definition EntityAI.c:95

Перекрестные ссылки LoadData(), m_ModIndex, m_ModPath и path.

Методы

◆ GetModActionURL()

string GetModActionURL ( )
inlineprotected
55 {
56 return m_ModName;
57 }
string m_ModName
Definition ModStructure.c:5

Перекрестные ссылки m_ModName.

◆ GetModLogo()

string GetModLogo ( )
inlineprotected
40 {
41 return m_ModName;
42 }

Перекрестные ссылки m_ModName.

◆ GetModLogoOver()

string GetModLogoOver ( )
inlineprotected
50 {
51 return m_ModName;
52 }

Перекрестные ссылки m_ModName.

◆ GetModLogoSmall()

string GetModLogoSmall ( )
inlineprotected
45 {
46 return m_ModName;
47 }

Перекрестные ссылки m_ModName.

◆ GetModName()

string GetModName ( )
inlineprotected
35 {
36 return m_ModName;
37 }

Перекрестные ссылки m_ModName.

◆ GetModOverview()

string GetModOverview ( )
inlineprotected
65 {
66 return m_ModName;
67 }

Перекрестные ссылки m_ModName.

◆ GetModToltip()

string GetModToltip ( )
inlineprotected
60 {
61 return m_ModName;
62 }

Перекрестные ссылки m_ModName.

◆ LoadData()

void LoadData ( )
inlineprotected
21 {
22 if( GetGame().ConfigIsExisting( m_ModPath ) )
23 {
24 GetGame().ConfigGetText( m_ModPath + " name", m_ModName );
25 GetGame().ConfigGetText( m_ModPath + " picture", m_ModLogo );
26 GetGame().ConfigGetText( m_ModPath + " logo", m_ModLogoSmall );
27 GetGame().ConfigGetText( m_ModPath + " logoSmall", m_ModLogoOver );
28 GetGame().ConfigGetText( m_ModPath + " logoOver", m_ModActionURL );
29 GetGame().ConfigGetText( m_ModPath + " tooltip", m_ModTooltip );
30 GetGame().ConfigGetText( m_ModPath + " overview", m_ModOverview );
31 }
32 }
string m_ModLogo
Definition ModStructure.c:6
string m_ModActionURL
Definition ModStructure.c:9
string m_ModLogoSmall
Definition ModStructure.c:7
string m_ModLogoOver
Definition ModStructure.c:8
string m_ModOverview
Definition ModStructure.c:11
string m_ModTooltip
Definition ModStructure.c:10
proto native CGame GetGame()

Перекрестные ссылки GetGame(), m_ModActionURL, m_ModLogo, m_ModLogoOver, m_ModLogoSmall, m_ModName, m_ModOverview, m_ModPath и m_ModTooltip.

Используется в ModStructure().

Поля

◆ m_ModActionURL

string m_ModActionURL
protected

Используется в LoadData().

◆ m_ModIndex

int m_ModIndex
protected

Используется в ModStructure().

◆ m_ModLogo

string m_ModLogo
protected

Используется в LoadData().

◆ m_ModLogoOver

string m_ModLogoOver
protected

Используется в LoadData().

◆ m_ModLogoSmall

string m_ModLogoSmall
protected

Используется в LoadData().

◆ m_ModName

◆ m_ModOverview

string m_ModOverview
protected

Используется в LoadData().

◆ m_ModPath

string m_ModPath
protected

Используется в LoadData() и ModStructure().

◆ m_ModTooltip

string m_ModTooltip
protected

Используется в LoadData().


Объявления и описания членов класса находятся в файле: