![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Private Member Functions | |
| void | SelectionTranslation (Head_Default head, int idx) |
| bool | GetSelectionState () |
| ref array< int > | GetTranslatedSelections () |
| 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< int > | m_TranslatedSelections |
| bool | m_TranslationFinished = false |
|
inlineprivate |
Definition at line 76 of file head.c.
References InitTranslatedSelections(), m_BasePath, and m_Head.
|
inlineprivate |
Definition at line 148 of file head.c.
References m_SelectionState.
Referenced by ManBase::UpdateHairSelectionVisibility().
Definition at line 153 of file head.c.
References m_TranslatedSelections.
Referenced by ManBase::UpdateTranslatedSelections().
|
inlineprivate |
Definition at line 83 of file head.c.
References g_Game, m_BasePath, m_Head, m_TranslatedSelections, m_TranslationFinished, path, and SearchAndTranslate().
Referenced by SelectionTranslation().
Definition at line 117 of file head.c.
References g_Game, m_Head, m_TranslatedSelections, m_TranslationFinished, and path.
Referenced by InitTranslatedSelections().
|
inlineprivate |
Definition at line 143 of file head.c.
References m_SelectionState.
Referenced by Head::InitSelectionTranslation(), and ManBase::SetHairLevelToHide().
|
private |
Definition at line 72 of file head.c.
Referenced by SelectionTranslation(), and InitTranslatedSelections().
|
private |
Definition at line 74 of file head.c.
Referenced by SelectionTranslation(), InitTranslatedSelections(), and SearchAndTranslate().
|
private |
Definition at line 69 of file head.c.
Referenced by GetSelectionState(), and SetSelectionState().
Definition at line 73 of file head.c.
Referenced by GetTranslatedSelections(), InitTranslatedSelections(), and SearchAndTranslate().
|
private |
Definition at line 71 of file head.c.
Referenced by InitTranslatedSelections(), and SearchAndTranslate().