Jump to content

Acl events ^^


Sora

Do you agree this suggestion ?  

25 members have voted

  1. 1. Do you agree this suggestion ?

    • Would be useful
      18
    • Maybe ..
      3
    • Wouldn't be useful
      4


Recommended Posts

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...