View Single Post
  #33  
Unread 12-07-2008, 02:47 AM
dragowulf's Avatar
dragowulf dragowulf is offline
A man among men
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Nagafen
Posts: 934
Default

To quote Landiin from a previous thread for event triggers

Quote:
Originally Posted by Landiin View Post
I'd love to See SOE add some more events and properties to the base object class.

Here are some events I'd like to see added.
  • OnLeftMouseClick (I know OnPress works for this but this event isn't in the base class and only available for a limited number of objects)
  • OnRightMouseClick
  • OnDblClick (Again I know this event is here but again it isn't in the base class and only available for a limited number of object)
  • OnKeyPress
  • OnCreate
  • OnDestroy

Here are some properties I'd like to see added.
  • NodeIndex( if read it would return the it's position in the children list, if set it would change its position in the children list)
  • ChildrenCount(the number of children the node has *Read Only*)

This are the things I was wishing I had available tonight when I was testing out some ideas. I don't think they would make the UI to powerful if they where in the base object. I know it would make life a lot less stressful on us modders.
__________________
May Jesus Have Mercy On Us
Reply With Quote