DayZ 1.24
|
Go to the source code of this file.
Classes | |
class | JsonMissionLoaderData |
Functions | |
override Widget | Init () |
Launched from 'DayZGame.DeferredInit' to make earlier access, use, and updates impossible (downside of a non-static system) | |
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 | |
class JsonMissionLoaderData | m_WgtLstMsnList |
ButtonWidget | m_WgtBtnMsnPlay |
ButtonWidget | m_WgtBtnMsnClose |
ref TStringArray | m_ListMissionsNames |
ref JsonMissionLoaderData | m_MissionData |
Launched from 'DayZGame.DeferredInit' to make earlier access, use, and updates impossible (downside of a non-static system)
pre-init arrays
Definition at line 43 of file MissionLoader.c.
References JsonMissionLoaderData::GetData(), GetGame(), m_MissionData, m_WgtBtnMsnClose, m_WgtBtnMsnPlay, m_WgtLstMsnList, and path.
Definition at line 59 of file MissionLoader.c.
References Close(), GetGame(), m_MissionData, m_WgtBtnMsnClose, m_WgtBtnMsnPlay, m_WgtLstMsnList, x, and y.
Definition at line 80 of file MissionLoader.c.
References GetGame(), m_MissionData, m_WgtLstMsnList, x, and y.
|
protected |
Definition at line 40 of file MissionLoader.c.
|
protected |
Definition at line 41 of file MissionLoader.c.
Referenced by Init(), OnClick(), and OnDoubleClick().
|
protected |
Definition at line 39 of file MissionLoader.c.
|
protected |
Definition at line 38 of file MissionLoader.c.
class JsonMissionLoaderData m_WgtLstMsnList |
Referenced by Init(), OnClick(), and OnDoubleClick().