![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Protected Member Functions | |
| void | ScriptConsoleSoundsTab (Widget root, ScriptConsole console, Widget button, ScriptConsoleTabBase parent=null) |
| void | ~ScriptConsoleSoundsTab (Widget root) |
| void | ChangeFilter (TStringArray classes, TextListboxWidget widget, EditBoxWidget filterWidget, int categoryMask=-1, bool ignoreScope=false) |
| void | ChangeFilterSound () |
| vector | GetMapPos () |
| TStringArray | GetSoundClasses () |
| void | HandleKeys () |
| override bool | OnChange (Widget w, int x, int y, bool finished) |
| override bool | OnClick (Widget w, int x, int y, int button) |
| override bool | OnDoubleClick (Widget w, int x, int y, int button) |
| override bool | OnMouseButtonDown (Widget w, int x, int y, int button) |
| void | PlaySoundEvent () |
| void | PrepareFilters (string filter, out TStringArray filters) |
| void | SetMapPos (vector pos) |
| override void | Update (float timeslice) |
| void | UpdateAttachmentSelection () |
| void | UpdateMousePos () |
| void | UpdateSelectedColor (ImageWidget buttonBackground) |
Protected Attributes | |
| ImageWidget | m_BBackgroundSound |
| ImageWidget | m_BBackgroundSoundAttachment |
| ImageWidget | m_BBackgroundSoundVoice |
| ImageWidget | m_BBackgroundSoundWeapon |
| CheckBoxWidget | m_CheckBoxBackAtt |
| CheckBoxWidget | m_CheckBoxBodyAtt |
| CheckBoxWidget | m_CheckBoxShoulderAtt |
| ButtonWidget | m_CopySoundset |
| MapWidget | m_DebugMapWidget |
| TextWidget | m_MapDistWidget |
| TextWidget | m_MapHeadingWidget |
| vector | m_MapPos |
| TextWidget | m_MouseCurPos |
| bool | m_PlayerPosRefreshBlocked |
| ButtonWidget | m_PlaySoundEventButton |
| ButtonWidget | m_PlaySoundset |
| ButtonWidget | m_PlaySoundsetLooped |
| ref Timer | m_RefreshFilterTimer = new Timer() |
| ImageWidget | m_SelectedBackground |
| ButtonWidget | m_SetETSoundAttachmentButton |
| ButtonWidget | m_SetETSoundButton |
| ButtonWidget | m_SetETSoundVoiceButton |
| ButtonWidget | m_SetETSoundWeaponButton |
| EditBoxWidget | m_SoundEventIDBox |
| EditBoxWidget | m_SoundFilter |
| TextListboxWidget | m_SoundsTextListbox |
| ButtonWidget | m_StopSoundset |
Static Protected Attributes | |
| static float | DEBUG_MAP_ZOOM = 1 |
| static string | m_SelectedAttachments |
| static int | m_SelectedID |
| static string | m_SelectedSoundEventType |
| static EffectSound | m_SoundSet |
Definition at line 1 of file scriptconsolesoundstab.c.
|
inlineprotected |
Definition at line 42 of file scriptconsolesoundstab.c.
References ScriptConsoleTabBase::ScriptConsoleTabBase(), ChangeFilterSound(), string::Contains(), DEBUG_MAP_ZOOM, g_Game, m_BBackgroundSound, m_BBackgroundSoundAttachment, m_BBackgroundSoundVoice, m_BBackgroundSoundWeapon, m_CheckBoxBackAtt, m_CheckBoxBodyAtt, m_CheckBoxShoulderAtt, ScriptConsoleTabBase::m_ConfigDebugProfile, m_CopySoundset, m_DebugMapWidget, m_MapDistWidget, m_MapHeadingWidget, m_MouseCurPos, m_PlaySoundEventButton, m_PlaySoundset, m_PlaySoundsetLooped, m_SelectedAttachments, m_SelectedID, m_SelectedSoundEventType, m_SetETSoundAttachmentButton, m_SetETSoundButton, m_SetETSoundVoiceButton, m_SetETSoundWeaponButton, m_SoundEventIDBox, m_SoundFilter, m_SoundsTextListbox, m_StopSoundset, OnClick(), and SetMapPos().
|
inlineprotected |
Definition at line 105 of file scriptconsolesoundstab.c.
References DEBUG_MAP_ZOOM, and m_DebugMapWidget.
|
inlineprotected |
Definition at line 172 of file scriptconsolesoundstab.c.
References string::Contains(), g_Game, PrepareFilters(), and string::ToLower().
Referenced by ChangeFilterSound().
|
inlineprotected |
Definition at line 455 of file scriptconsolesoundstab.c.
References ChangeFilter(), GetSoundClasses(), ScriptConsoleTabBase::m_ConfigDebugProfile, m_SoundFilter, and m_SoundsTextListbox.
Referenced by ScriptConsoleSoundsTab(), and OnClick().
|
inlineprotected |
Definition at line 294 of file scriptconsolesoundstab.c.
References m_MapPos.
Referenced by HandleKeys(), OnClick(), Update(), and UpdateMousePos().
|
inlineprotected |
Definition at line 450 of file scriptconsolesoundstab.c.
References CFG_SOUND_SETS.
Referenced by ChangeFilterSound().
|
inlineprotected |
Definition at line 269 of file scriptconsolesoundstab.c.
References GetMapPos(), KeyState(), m_SoundSet, m_SoundsTextListbox, and SEffectManager::PlaySoundEnviroment().
Referenced by Update().
Definition at line 110 of file scriptconsolesoundstab.c.
References m_RefreshFilterTimer, m_SoundFilter, x, and y.
Definition at line 363 of file scriptconsolesoundstab.c.
References ScriptConsoleTabBase::AddItemToClipboard(), ChangeFilterSound(), GetMapPos(), m_BBackgroundSound, m_BBackgroundSoundAttachment, m_BBackgroundSoundVoice, m_BBackgroundSoundWeapon, m_CheckBoxBackAtt, m_CheckBoxBodyAtt, m_CheckBoxShoulderAtt, m_CopySoundset, m_PlaySoundEventButton, m_PlaySoundset, m_PlaySoundsetLooped, m_SelectedSoundEventType, m_SetETSoundAttachmentButton, m_SetETSoundButton, m_SetETSoundVoiceButton, m_SetETSoundWeaponButton, m_SoundFilter, m_SoundSet, m_SoundsTextListbox, m_StopSoundset, SEffectManager::PlaySoundEnviroment(), PlaySoundEvent(), UpdateAttachmentSelection(), UpdateSelectedColor(), x, and y.
Referenced by ScriptConsoleSoundsTab().
Definition at line 437 of file scriptconsolesoundstab.c.
References m_SoundEventIDBox, m_SoundFilter, x, and y.
Definition at line 336 of file scriptconsolesoundstab.c.
References g_Game, GetMousePos(), m_DebugMapWidget, m_PlayerPosRefreshBlocked, SetMapPos(), x, and y.
|
inlineprotected |
Definition at line 299 of file scriptconsolesoundstab.c.
References Empty, g_Game, m_SelectedAttachments, m_SelectedID, m_SelectedSoundEventType, and m_SoundEventIDBox.
Referenced by OnClick().
|
inlineprotected |
Definition at line 155 of file scriptconsolesoundstab.c.
References string::Split(), string::ToLower(), and string::Trim().
Referenced by ChangeFilter().
|
inlineprotected |
Definition at line 289 of file scriptconsolesoundstab.c.
References m_MapPos.
Referenced by ScriptConsoleSoundsTab(), and OnMouseButtonDown().
|
inlineprotected |
Definition at line 249 of file scriptconsolesoundstab.c.
References COLOR_GREEN, COLOR_RED, g_Game, GetMapPos(), HandleKeys(), m_DebugMapWidget, and UpdateMousePos().
|
inlineprotected |
Definition at line 313 of file scriptconsolesoundstab.c.
References m_CheckBoxBackAtt, m_CheckBoxBodyAtt, m_CheckBoxShoulderAtt, and m_SelectedAttachments.
Referenced by OnClick().
|
inlineprotected |
Definition at line 122 of file scriptconsolesoundstab.c.
References Math3D::AngleFromPosition(), g_Game, GetMapPos(), GetMousePos(), m_DebugMapWidget, m_MapDistWidget, m_MapHeadingWidget, m_MouseCurPos, Math::RAD2DEG, float::ToString(), x, and y.
Referenced by Update().
|
inlineprotected |
Definition at line 326 of file scriptconsolesoundstab.c.
References COLOR_RED, and m_SelectedBackground.
Referenced by OnClick().
|
staticprotected |
Definition at line 4 of file scriptconsolesoundstab.c.
Referenced by ScriptConsoleSoundsTab(), and ~ScriptConsoleSoundsTab().
|
protected |
Definition at line 32 of file scriptconsolesoundstab.c.
Referenced by ScriptConsoleSoundsTab(), and OnClick().
|
protected |
Definition at line 34 of file scriptconsolesoundstab.c.
Referenced by ScriptConsoleSoundsTab(), and OnClick().
|
protected |
Definition at line 35 of file scriptconsolesoundstab.c.
Referenced by ScriptConsoleSoundsTab(), and OnClick().
|
protected |
Definition at line 33 of file scriptconsolesoundstab.c.
Referenced by ScriptConsoleSoundsTab(), and OnClick().
|
protected |
Definition at line 40 of file scriptconsolesoundstab.c.
Referenced by ScriptConsoleSoundsTab(), OnClick(), and UpdateAttachmentSelection().
|
protected |
Definition at line 39 of file scriptconsolesoundstab.c.
Referenced by ScriptConsoleSoundsTab(), OnClick(), and UpdateAttachmentSelection().
|
protected |
Definition at line 38 of file scriptconsolesoundstab.c.
Referenced by ScriptConsoleSoundsTab(), OnClick(), and UpdateAttachmentSelection().
|
protected |
Definition at line 15 of file scriptconsolesoundstab.c.
Referenced by ScriptConsoleSoundsTab(), and OnClick().
|
protected |
Definition at line 27 of file scriptconsolesoundstab.c.
Referenced by ScriptConsoleSoundsTab(), ~ScriptConsoleSoundsTab(), OnMouseButtonDown(), Update(), and UpdateMousePos().
|
protected |
Definition at line 28 of file scriptconsolesoundstab.c.
Referenced by ScriptConsoleSoundsTab(), and UpdateMousePos().
|
protected |
Definition at line 30 of file scriptconsolesoundstab.c.
Referenced by ScriptConsoleSoundsTab(), and UpdateMousePos().
|
protected |
Definition at line 5 of file scriptconsolesoundstab.c.
Referenced by GetMapPos(), and SetMapPos().
|
protected |
Definition at line 29 of file scriptconsolesoundstab.c.
Referenced by ScriptConsoleSoundsTab(), and UpdateMousePos().
|
protected |
Definition at line 3 of file scriptconsolesoundstab.c.
Referenced by OnMouseButtonDown().
|
protected |
Definition at line 14 of file scriptconsolesoundstab.c.
Referenced by ScriptConsoleSoundsTab(), and OnClick().
|
protected |
Definition at line 16 of file scriptconsolesoundstab.c.
Referenced by ScriptConsoleSoundsTab(), and OnClick().
|
protected |
Definition at line 17 of file scriptconsolesoundstab.c.
Referenced by ScriptConsoleSoundsTab(), and OnClick().
Definition at line 25 of file scriptconsolesoundstab.c.
Referenced by OnChange().
|
staticprotected |
Definition at line 8 of file scriptconsolesoundstab.c.
Referenced by ScriptConsoleSoundsTab(), PlaySoundEvent(), and UpdateAttachmentSelection().
|
protected |
Definition at line 36 of file scriptconsolesoundstab.c.
Referenced by UpdateSelectedColor().
|
staticprotected |
Definition at line 6 of file scriptconsolesoundstab.c.
Referenced by ScriptConsoleSoundsTab(), and PlaySoundEvent().
|
staticprotected |
Definition at line 7 of file scriptconsolesoundstab.c.
Referenced by ScriptConsoleSoundsTab(), OnClick(), and PlaySoundEvent().
|
protected |
Definition at line 12 of file scriptconsolesoundstab.c.
Referenced by ScriptConsoleSoundsTab(), and OnClick().
|
protected |
Definition at line 10 of file scriptconsolesoundstab.c.
Referenced by ScriptConsoleSoundsTab(), and OnClick().
|
protected |
Definition at line 13 of file scriptconsolesoundstab.c.
Referenced by ScriptConsoleSoundsTab(), and OnClick().
|
protected |
Definition at line 11 of file scriptconsolesoundstab.c.
Referenced by ScriptConsoleSoundsTab(), and OnClick().
|
protected |
Definition at line 20 of file scriptconsolesoundstab.c.
Referenced by ScriptConsoleSoundsTab(), OnDoubleClick(), and PlaySoundEvent().
|
protected |
Definition at line 21 of file scriptconsolesoundstab.c.
Referenced by ScriptConsoleSoundsTab(), ChangeFilterSound(), OnChange(), OnClick(), and OnDoubleClick().
|
staticprotected |
Definition at line 24 of file scriptconsolesoundstab.c.
Referenced by HandleKeys(), and OnClick().
|
protected |
Definition at line 22 of file scriptconsolesoundstab.c.
Referenced by ScriptConsoleSoundsTab(), ChangeFilterSound(), HandleKeys(), and OnClick().
|
protected |
Definition at line 18 of file scriptconsolesoundstab.c.
Referenced by ScriptConsoleSoundsTab(), and OnClick().