Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
missionloader.c File Reference

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

Function Documentation

◆ Init()

override Widget Init ( )
protected

◆ OnClick()

override bool OnClick ( Widget w,
int x,
int y,
int button )
protected

Definition at line 63 of file missionloader.c.

References Close(), g_Game, m_MissionData, m_WgtBtnMsnClose, m_WgtBtnMsnPlay, m_WgtLstMsnList, x, and y.

◆ OnDoubleClick()

override bool OnDoubleClick ( Widget w,
int x,
int y,
int button )
protected

Definition at line 84 of file missionloader.c.

References g_Game, m_MissionData, m_WgtLstMsnList, x, and y.

◆ OnKeyDown()

override bool OnKeyDown ( Widget w,
int x,
int y,
int key )
protected

Definition at line 97 of file missionloader.c.

References Close(), x, and y.

Variable Documentation

◆ m_ListMissionsNames

ref TStringArray m_ListMissionsNames
protected

Definition at line 42 of file missionloader.c.

◆ m_MissionData

ref JsonMissionLoaderData m_MissionData
protected

Definition at line 43 of file missionloader.c.

Referenced by Init(), OnClick(), and OnDoubleClick().

◆ m_WgtBtnMsnClose

ButtonWidget m_WgtBtnMsnClose
protected

Definition at line 41 of file missionloader.c.

Referenced by Init(), and OnClick().

◆ m_WgtBtnMsnPlay

ButtonWidget m_WgtBtnMsnPlay
protected

Definition at line 40 of file missionloader.c.

Referenced by Init(), and OnClick().

◆ m_WgtLstMsnList

class JsonMissionLoaderData m_WgtLstMsnList

Referenced by Init(), OnClick(), and OnDoubleClick().