editionType | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Summary | Returns the edition type of the running engine. | ||||||
Introduced | 6.7 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Function: revLicenseType, version | ||||||
Description | Use the editionType global property to determine what edition of the engine is currently running. The global property the editionType can be used to determine what edition of the engine is currently running. The editionType returns "community" if the currently running engine is the LiveCode Community IDE or a standalone built with LiveCode Community. The editionType returns "commercial" if the currently running engine is the LiveCode Commercial IDE or a standalone built with LiveCode Commercial. |