Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
SelectionTranslation Class Reference

Private Member Functions

void SelectionTranslation (Head_Default head, int idx)
bool GetSelectionState ()
ref array< intGetTranslatedSelections ()
void InitTranslatedSelections (int idx)
bool SearchAndTranslate (string path, int idx)
void SetSelectionState (bool state)

Private Attributes

string m_BasePath
Head_Default m_Head
bool m_SelectionState
ref array< intm_TranslatedSelections
bool m_TranslationFinished = false

Detailed Description

Definition at line 67 of file head.c.

Constructor & Destructor Documentation

◆ SelectionTranslation()

void SelectionTranslation ( Head_Default head,
int idx )
inlineprivate

Definition at line 76 of file head.c.

References InitTranslatedSelections(), m_BasePath, and m_Head.

Member Function Documentation

◆ GetSelectionState()

bool GetSelectionState ( )
inlineprivate

Definition at line 148 of file head.c.

References m_SelectionState.

Referenced by ManBase::UpdateHairSelectionVisibility().

◆ GetTranslatedSelections()

ref array< int > GetTranslatedSelections ( )
inlineprivate

Definition at line 153 of file head.c.

References m_TranslatedSelections.

Referenced by ManBase::UpdateTranslatedSelections().

◆ InitTranslatedSelections()

void InitTranslatedSelections ( int idx)
inlineprivate

◆ SearchAndTranslate()

bool SearchAndTranslate ( string path,
int idx )
inlineprivate

Definition at line 117 of file head.c.

References g_Game, m_Head, m_TranslatedSelections, m_TranslationFinished, and path.

Referenced by InitTranslatedSelections().

◆ SetSelectionState()

void SetSelectionState ( bool state)
inlineprivate

Definition at line 143 of file head.c.

References m_SelectionState.

Referenced by Head::InitSelectionTranslation(), and ManBase::SetHairLevelToHide().

Field Documentation

◆ m_BasePath

string m_BasePath
private

Definition at line 72 of file head.c.

Referenced by SelectionTranslation(), and InitTranslatedSelections().

◆ m_Head

Head_Default m_Head
private

Definition at line 74 of file head.c.

Referenced by SelectionTranslation(), InitTranslatedSelections(), and SearchAndTranslate().

◆ m_SelectionState

bool m_SelectionState
private

Definition at line 69 of file head.c.

Referenced by GetSelectionState(), and SetSelectionState().

◆ m_TranslatedSelections

ref array<int> m_TranslatedSelections
private

Definition at line 73 of file head.c.

Referenced by GetTranslatedSelections(), InitTranslatedSelections(), and SearchAndTranslate().

◆ m_TranslationFinished

bool m_TranslationFinished = false
private

Definition at line 71 of file head.c.

Referenced by InitTranslatedSelections(), and SearchAndTranslate().


The documentation for this class was generated from the following file:
  • F:/Games/Dayz/scripts/4_world/entities/manbase/bodyparts/head.c