View Single Post
  #4  
Unread 07-08-2011, 05:35 PM
D.H1cks's Avatar
D.H1cks D.H1cks is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Apr 2007
Posts: 162
As far as I know there is only one event, but you can tell which direction by the value given. One direction will give you a positive value, the other negative.

Code:
if(args.Direction == -1) then
That is what I do to check.
Reply With Quote