Get current script bundle metadata (xpp.info)
Declaration
info = xpp.info()
Returns
- info
Table. Returns metadata of the current XPP script bundle. If the running script is not an XPP bundle, returns an empty table.
Notes
Used to obtain metadata of the running script bundle at runtime.
See XPP spec: XPP
Example
local info = xpp.info()