Skip to content

package_name

Tom van Dijck edited this page Jun 5, 2015 · 5 revisions

Get the name of a package. Unlike the package.get function, this is a member of a package.

Example

local p = package.get('blz_concurrent')
if p then
    print(p.name)
end

Availability

Premake 5.0.0 or later.

Clone this wiki locally