Template:Admin functions: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 12: Line 12:
*table of acl [[aclList]] ()
*table of acl [[aclList]] ()


*bool [[aclGetRight]] ( string aclname, string rightname )
*bool [[aclGetRight]] ( acl theAcl, string rightname )
*bool [[aclSetRight]] ( string aclname, string rightname, bool access )
*bool [[aclSetRight]] ( acl theAcl, string rightname, bool access )
*bool [[aclRemoveRight]] ( string aclname, string rightname )
*bool [[aclRemoveRight]] ( acl theAcl, string rightname )


*aclgroup [[aclCreateGroup]] ( string groupname )
*aclgroup [[aclCreateGroup]] ( string groupname )

Revision as of 20:54, 20 October 2007