RSS

Пятница, 29.03.2024, 18:44
Главная » WoW API » API Виджеты » Прокручивающееся сообщение фрейма »

lineNum = ScrollingMessageFrame:GetCurrentLine()

[ править ]
Returns a number identifying the last message added to the frame.
[клоны]
Returns a number identifying the last message added to the frame. This number starts at 0 when the frame is created and increments with each message AddMessage to the frame; however, it resets to 0 when a message is added beyond the frame's GetMaxLines.


Signature:
Code
lineNum = ScrollingMessageFrame:GetCurrentLine()

Returns:
  • lineNum - A number identifying the last message added to the frame (number)

Также смотрите: Прокручивающееся сообщение фрейма
Ссылки: http://wowprogramming.com/docs/widgets/ScrollingMessageFrame/GetCurrentLine