См. определение в файле ScriptConsoleSoundsTab.c строка 363
364 {
365 super.OnClick(w,
x,
y,button);
366
368 {
370 return true;
371 }
373 {
375 string soundSetName;
378 if (selected_row_index != -1)
379 {
381
384
385 }
386 return true;
387 }
389 {
392 return true;
393 }
395 {
397 return true;
398 }
400 {
403 return true;
404 }
406 {
409 return true;
410 }
412 {
415 return true;
416 }
418 {
421 return true;
422 }
424 {
426 return true;
427 }
429 {
431 return true;
432 }
433
434 return false;
435 }
ImageWidget m_BBackgroundSoundVoice
ButtonWidget m_PlaySoundsetLooped
void UpdateAttachmentSelection()
ButtonWidget m_SetETSoundVoiceButton
ButtonWidget m_PlaySoundEventButton
ButtonWidget m_SetETSoundButton
ButtonWidget m_CopySoundset
ImageWidget m_BBackgroundSound
static EffectSound m_SoundSet
CheckBoxWidget m_CheckBoxBodyAtt
EditBoxWidget m_SoundFilter
ImageWidget m_BBackgroundSoundWeapon
void UpdateSelectedColor(ImageWidget buttonBackground)
static string m_SelectedSoundEventType
ButtonWidget m_SetETSoundWeaponButton
CheckBoxWidget m_CheckBoxBackAtt
CheckBoxWidget m_CheckBoxShoulderAtt
TextListboxWidget m_SoundsTextListbox
ButtonWidget m_StopSoundset
ButtonWidget m_PlaySoundset
ImageWidget m_BBackgroundSoundAttachment
ButtonWidget m_SetETSoundAttachmentButton
void AddItemToClipboard(TextListboxWidget text_listbox_widget)
Перекрестные ссылки 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 и y.
Используется в ScriptConsoleSoundsTab().