![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Data Structures | |
| class | JsonMissionLoaderData |
Functions | |
| override Widget | Init () |
| override bool | OnClick (Widget w, int x, int y, int button) |
| override bool | OnDoubleClick (Widget w, int x, int y, int button) |
| override bool | OnKeyDown (Widget w, int x, int y, int key) |
Variables | |
| ref TStringArray | m_ListMissionsNames |
| ref JsonMissionLoaderData | m_MissionData |
| ButtonWidget | m_WgtBtnMsnClose |
| ButtonWidget | m_WgtBtnMsnPlay |
| class JsonMissionLoaderData | m_WgtLstMsnList |
|
protected |
Definition at line 45 of file missionloader.c.
References g_Game, JsonMissionLoaderData::GetData(), m_MissionData, m_WgtBtnMsnClose, m_WgtBtnMsnPlay, m_WgtLstMsnList, and path.
Definition at line 63 of file missionloader.c.
References Close(), g_Game, m_MissionData, m_WgtBtnMsnClose, m_WgtBtnMsnPlay, m_WgtLstMsnList, x, and y.
Definition at line 84 of file missionloader.c.
References g_Game, m_MissionData, m_WgtLstMsnList, x, and y.
Definition at line 97 of file missionloader.c.
|
protected |
Definition at line 42 of file missionloader.c.
|
protected |
Definition at line 43 of file missionloader.c.
Referenced by Init(), OnClick(), and OnDoubleClick().
|
protected |
Definition at line 41 of file missionloader.c.
|
protected |
Definition at line 40 of file missionloader.c.
| class JsonMissionLoaderData m_WgtLstMsnList |
Referenced by Init(), OnClick(), and OnDoubleClick().