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

◆ PopupOpen()

UIPopupScript UIPopupScript::PopupOpen ( int popup_id,
Param param )
inlineprotected

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

47 {
48 SceneEditorMenu menu = SceneEditorMenu.Cast( GetGame().GetUIManager().GetMenu() );
49 return menu.PopupOpen(popup_id, param);
50 }
proto native CGame GetGame()

Перекрестные ссылки GetGame(), PopupOpen() и UIPopupScript().

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