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

Go to the source code of this file.

Classes

class  JsonControlMappingInfo
 

Functions

void ControlsXbox ()
 
void ~ControlsXbox ()
 
void Back ()
 
void DrawConnectingLines (int index)
 
array< ref JsonControlMappingInfoGetControlMappingInfo ()
 
override Widget Init ()
 Launched from 'DayZGame.DeferredInit' to make earlier access, use, and updates impossible (downside of a non-static system)
 
override void OnShow ()
 
override bool OnClick (Widget w, int x, int y, int button)
 
override void Update (float timeslice)
 
void LoadFooterButtonTexts ()
 Initial texts load for the footer buttons.
 
void LoadTextStrings ()
 Set correct bottom button texts based on platform (ps4 vs xbox texts)
 
void SwitchPreset ()
 

Variables

class JsonControlMappingInfo m_BackButtonTextID
 
ButtonWidget m_Back
 
ImageWidget m_ControlsLayoutImage
 
const int TABS_COUNT = 4
 
ImageWidget m_tab_images [TABS_COUNT]
 
TabberUI m_TabScript
 

Function Documentation

◆ Back()

void Back ( )
protected

Definition at line 36 of file controlsxbox.c.

◆ ControlsXbox()

void ControlsXbox ( )
protected

Definition at line 26 of file controlsxbox.c.

◆ DrawConnectingLines()

void DrawConnectingLines ( int index)
protected

Definition at line 41 of file controlsxbox.c.

◆ GetControlMappingInfo()

array< ref JsonControlMappingInfo > GetControlMappingInfo ( )
protected

Definition at line 272 of file controlsxbox.c.

◆ 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 310 of file controlsxbox.c.

◆ LoadFooterButtonTexts()

void LoadFooterButtonTexts ( )
protected

Initial texts load for the footer buttons.

Definition at line 404 of file controlsxbox.c.

◆ LoadTextStrings()

void LoadTextStrings ( )
protected

Set correct bottom button texts based on platform (ps4 vs xbox texts)

Definition at line 414 of file controlsxbox.c.

◆ OnClick()

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

Definition at line 367 of file controlsxbox.c.

◆ OnShow()

override void OnShow ( )
protected

Definition at line 349 of file controlsxbox.c.

◆ SwitchPreset()

void SwitchPreset ( )
protected

Definition at line 423 of file controlsxbox.c.

◆ Update()

override void Update ( float timeslice)
protected

Definition at line 380 of file controlsxbox.c.

◆ ~ControlsXbox()

void ~ControlsXbox ( )
protected

Definition at line 31 of file controlsxbox.c.

Variable Documentation

◆ m_Back

ButtonWidget m_Back
protected

Definition at line 17 of file controlsxbox.c.

◆ m_BackButtonTextID

class JsonControlMappingInfo m_BackButtonTextID

◆ m_ControlsLayoutImage

ImageWidget m_ControlsLayoutImage
protected

Definition at line 18 of file controlsxbox.c.

◆ m_tab_images

ImageWidget m_tab_images[TABS_COUNT]
protected

Definition at line 20 of file controlsxbox.c.

◆ m_TabScript

TabberUI m_TabScript
protected

Definition at line 21 of file controlsxbox.c.

◆ TABS_COUNT

const int TABS_COUNT = 4
protected

Definition at line 19 of file controlsxbox.c.