View Single Post
  #1  
Unread 05-14-2007, 10:27 PM
Landiin Landiin is offline
Slayer of clock cycles
This person is a EQ2Map developer.
Featured
 
Join Date: Nov 2004
Server: Oasis
Posts: 3,464
Default Add more events and properties to the base object class

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.
__________________
Landiin's EQ2MAP Updater Discussion Download

Last edited by Landiin : 05-14-2007 at 10:30 PM.
Reply With Quote