Quited Posted March 10, 2013 Share Posted March 10, 2013 Why should they? Sora say : events like this would be really useful , don't you agree with me ?with those events i can know every annoying thing and can handle it easily ^.^ Link to comment
Anderl Posted March 10, 2013 Share Posted March 10, 2013 Yeah, you can do wrappers for the functions so that they call events (basically, this is what Socialz said). Example: __aclGroupRemoveObject = aclGroupRemoveObject; aclGroupRemoveObject = function ( ... ) if ( __aclGroupRemoveObject ( ... ) ) then triggerEvent ( "onACLObjectRemove", root, ... ); else return false; end end Link to comment
Recommended Posts