Exports
SERVER SIDE Exports -
--Active/Deactive Tags with permissions check
exports['devcore_tags']:TagActiveWithCheck(source)
--Active/Deactive Tags without premissions check if you have own check
local group = 'admin'
exports['devcore_tags']:TagActiveWithoutCheck(source, group)
--Deactive Tags for deactivation it is possible to recall previous exports again
exports['devcore_tags']:TagDeactive(source)
Last updated