Quited Posted March 10, 2013 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 ^.^
Anderl Posted March 10, 2013 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
Recommended Posts