script only stack | |
Type | glossary |
Dictionary | LCS |
Library | LiveCode Script |
Related | Property: script, behavior, scriptOnly Glossary: text file, stack |
Description | A script only stack is a stack whose on-disk representation is just a text file with a header line:
and, optionally with a behavior stack reference:
Anything else in the file is the script of the script only stack. If a stack is script only, its scriptOnly property will return true:
|
Tags | objects |