We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Gets a previously imported package.
function package.get(name)
The name of a package to get.
nil if the package could not be found, otherwise a pointer to a package.
local p = package.get('blz_concurrent') if not p then print('blz_concurrent was not imported') end
Premake 5.0.0 or later.
There was an error while loading. Please reload this page.