RSS

Вторник, 16.04.2024, 23:35
Главная » WoW API » Событий API Виджетов »

OnVerticalScroll

[ править ]
Run when the scroll frame's vertical scroll position changes.
[клоны]
Run when the scroll frame's vertical scroll position changes.


Signature:
Code
OnVerticalScroll(self, offset)

Arguments:
  • self - Reference to the widget for which the script was run (scrollframe)
  • offset - New vertical scroll position (in pixels, measured from the topmost scroll position) (number)

Доступна для: ScrollFrame

Также смотрите: Событий API Виджетов
Ссылки: http://wowprogramming.com/docs/scripts/OnVerticalScroll