Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
missionloader.c File Reference

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
 

Function Documentation

◆ Init()

override Widget Init ( )
protected

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

whole body slots

upper body part slots

bottom body part slots

lower body part slots


heat comfort related slots

pre-init arrays

Definition at line 45 of file missionloader.c.

◆ OnClick()

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

Definition at line 63 of file missionloader.c.

◆ OnDoubleClick()

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

Definition at line 84 of file missionloader.c.

◆ OnKeyDown()

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

Definition at line 97 of file missionloader.c.

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.

◆ m_WgtBtnMsnClose

ButtonWidget m_WgtBtnMsnClose
protected

Definition at line 41 of file missionloader.c.

◆ m_WgtBtnMsnPlay

ButtonWidget m_WgtBtnMsnPlay
protected

Definition at line 40 of file missionloader.c.

◆ m_WgtLstMsnList

class JsonMissionLoaderData m_WgtLstMsnList