Author Topic: Page Up and Down Function  (Read 1527 times)

Does anybody know the function to page up or down for the chat?

These kind of questions can easily be answered yourself with trace
Type trace(1); in console
press pageup/pagedown
Look in console to see what functions were called

These kind of questions can easily be answered yourself with trace
Type trace(1); in console
press pageup/pagedown
Look in console to see what functions were called
Ah yes I forgot about that.
One problem though is that whenever I scroll up to the last message in the
chat, it doesn't display it in the console... I found the other functions though

Another way is if you have an idea of what the function names begin with ("page" would be a good guess here) you can type that in console and press tab repeatedly and it'll show you functions beginning with what you type

o.o
That's good to know..

PageDownNewChatHud(%val)
PageUpNewChatHud(%val)
« Last Edit: January 12, 2015, 04:30:16 PM by Crøwn »

There's always that one person who has to show off their coding knowledge and deprive people of a (very easy) chance to actually learn something

There's always that one person who has to show off their coding knowledge and deprive people of a (very easy) chance to actually learn something
He asked a simple question, what the functions were called, I answered it. You already told him he could use trace if he wanted, but instead of wasting his time looking through his console for something he could just read this.

I totally understand the mentality of wanting people to learn on their own, but that does not apply to this situation.

He asked a simple question, what the functions were called, I answered it. You already told him he could use trace if he wanted, but instead of wasting his time looking through his console for something he could just read this.

I totally understand the mentality of wanting people to learn on their own, but that does not apply to this situation.
Catch a man a fish...