loadedExtensions | |||||||
Type | function | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Summary | Returns a list of the currently loaded extensions. | ||||||
Introduced | 8.0 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Keyword: line Property: kind Command: create widget, load extension, unload extension Object: widget Glossary: function, return, LiveCode Builder extension, LiveCode Builder extension, command | ||||||
Description | Use the loadedExtensions function to find out which extensions are loaded, in order to determine (for libraries) if its public handlers are available in the message path, or (for widgets) if it is available to create with the create widget command. Each line of the list returned by the loadedExtensions function is the kind of the corresponding extension. | ||||||
Tags | extensions |