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

◆ LoadVideoFile()

bool ScriptedWidgetEventHandler::LoadVideoFile ( )
inlineprotected

returns 'true' when video is loaded

См. определение в файле MainMenuPromo.c строка 103

104 {
105 if (m_VideoWidget.GetState() != VideoState.NONE)
106 return true;
107
108 string path = "video\\" + m_DlcInfo.VideoFileName;
109 if (m_DlcInfo.VideoFileName != "")
110 return m_VideoWidget.Load(path, true);
111
112 return false;
113 }
string path
Определения OptionSelectorMultistate.c:142
VideoWidget m_VideoWidget
Определения MainMenuPromo.c:17
ref JsonDataDLCInfo m_DlcInfo
Определения MainMenuPromo.c:19
VideoState
Определения EnWidgets.c:517

Перекрестные ссылки m_DlcInfo, m_VideoWidget и path.

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