Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
missionloader.c File Reference

Go to the source code of this file.

Data Structures

class  JsonMissionLoaderData
 

Functions

override Widget Init ()
 Launched from 'DayZGame.DeferredInit' to make earlier access, use, and updates impossible (downside of a non-static system) More...
 
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
 
protected ButtonWidget m_WgtBtnMsnPlay
 
protected ButtonWidget m_WgtBtnMsnClose
 
protected ref TStringArray m_ListMissionsNames
 
protected ref JsonMissionLoaderData m_MissionData
 

Function Documentation

◆ Init()

override Widget Init ( )

Launched from 'DayZGame.DeferredInit' to make earlier access, use, and updates impossible (downside of a non-static system)

Definition at line 45 of file missionloader.c.

◆ OnClick()

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

Definition at line 63 of file missionloader.c.

◆ OnDoubleClick()

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

Definition at line 84 of file missionloader.c.

◆ OnKeyDown()

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

Definition at line 97 of file missionloader.c.

Variable Documentation

◆ m_ListMissionsNames

protected ref TStringArray m_ListMissionsNames

Definition at line 42 of file missionloader.c.

◆ m_MissionData

protected ref JsonMissionLoaderData m_MissionData

Definition at line 43 of file missionloader.c.

◆ m_WgtBtnMsnClose

protected ButtonWidget m_WgtBtnMsnClose

Definition at line 41 of file missionloader.c.

◆ m_WgtBtnMsnPlay

protected ButtonWidget m_WgtBtnMsnPlay

Definition at line 40 of file missionloader.c.

◆ m_WgtLstMsnList

class JsonMissionLoaderData m_WgtLstMsnList