Licences
Accessing the Module
local LICENCES <const> = exports.boii_utils:get("modules.licences")Server
get_licences(source)
Parameters
Name
Type
Description
Example
local all_licences = LICENCES.get_all(source)get_licence(source, licence_id)
Parameters
Name
Type
Description
Example
add_licence(source, licence_id)
Parameters
Name
Type
Description
Example
remove_licence(source, licence_id)
Parameters
Name
Type
Description
Example
add_points(source, licence_id, points)
Parameters
Name
Type
Description
Example
remove_points(source, licence_id, points)
Parameters
Name
Type
Description
Example
update_licence(source, licence_id, test_type, passed)
Parameters
Name
Type
Description
Example
Client
get_licences()
Parameters
Example
Last updated