View Single Post
  #1  
Old 03-17-2007, 06:51 AM
Inverness Inverness is offline
Incubator
Inverness's Avatar
Join Date: Aug 2004
Location: Houston, Texas
Posts: 3,613
Inverness is a jewel in the roughInverness is a jewel in the rough
How to trigger same function accross multiple classes?

For the new mud system I'm working on its imperative that I be able to trigger same the function across multiple classes, preferably in the order the classes are joined to the object.

For example, I have Object, and I join ClassA and ClassB to Object, I must have a way of triggering the Created event in ClassA then ClassB as they have their own things that need to be done.
__________________
Reply With Quote