functionNames | |||||||
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: constantNames, propertyNames, commandNames, variableNames, colorNames Glossary: handler, LiveCode, custom function, function, return, reserved word Control Structure: function | ||||||
Description | Use the functionNames function to check whether a particular function already exists in LiveCode, to avoid using a reserved word for your own custom function handlers. The functionNames function returns all the built-in functions that can be used in LiveCode, including synonyms. |