commandNames | |||||||
Type | function | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Summary | |||||||
Introduced | 1.0 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Keyword: line Function: propertyNames, functionNames Glossary: handler, LiveCode, command, return, reserved word Control Structure: on, function | ||||||
Description | Use the commandNames function to check whether a particular command already exists in LiveCode, to avoid using a reserved word for your own custom handlers. The commandNames function returns all the commands that can be used in LiveCode, including synonyms. |