library extension | |
Type | glossary |
Dictionary | LCS |
Library | LiveCode Script |
Synonyms | livecode builder library,lcb library |
Related | Glossary: LiveCode Builder language, LiveCode, message path Library: library |
Description | A library extension is an extension to the LiveCode environment written in the LiveCode Builder language. When a library is loaded it has its public handlers added to the bottom of the message path. These public handlers can be called in LiveCode in exactly the same way as script handlers. |