RSS

Среда, 24.04.2024, 00:39
Главная » WoW API » API Виджеты » Фрейм »

TabardModel:RegisterAllEvents()

[ править ]
Registers the frame for all events.
[клоны]
Registers the frame for all events. This method is recommended for debugging purposes only, as using it will cause the frame's OnEvent script handler to be run very frequently for likely irrelevant events. (For code that needs to be run very frequently, use an OnUpdate script handler.)


Signature:
Code
Frame:RegisterAllEvents()

Также смотрите: Фрейм
Ссылки: http://wowprogramming.com/docs/widgets/Frame/RegisterAllEvents