βοΈExports & Events
Exports and open-function hooks exposed by the License System for integrating with other resources.
Client Exports
exports['devhub_licenses']:openMdt(isLaptopApp) -- Open the license MDT tablet
exports['devhub_licenses']:openCardHolder() -- Open the local player's card holder
exports['devhub_licenses']:openCardHolderForPlayer(targetServerId) -- Open another player's card holder
exports['devhub_licenses']:openFavoriteHand() -- Open the favorite licenses hand display
exports['devhub_licenses']:getMyLicenses() -- Licenses owned by the local player
exports['devhub_licenses']:getAllMyLicenses() -- All licenses the local player carries
exports['devhub_licenses']:getLicenseById(licenseId) -- A single carried license by ID
exports['devhub_licenses']:hasLicense(templateName) -- bool, licenseId β active license of a template?
exports['devhub_licenses']:getLicenseCount(templateName) -- Count owned (optionally by template)
exports['devhub_licenses']:getMyFavorites() -- The local player's favorite licenses
exports['devhub_licenses']:showLicenseTerminal(callback) -- Open a scan terminal with a scan callback
exports['devhub_licenses']:closeLicenseTerminal() -- Close the scan terminalServer Exports
Client Open Functions
Server Open Functions
Last updated