Layout Functions

Aus EEP Handbuch
Version vom 8. September 2018, 12:26 Uhr von Marc Horstmann (Diskussion | Beiträge)

(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Wechseln zu: Navigation, Suche
EEPLoadProject() EEPLoadProject("FileName")
type: function
    EEPLoadProject("Tutorials\\Tutorial_54_LUA.anl3")
                
caller: script
defined in: EEP
parameters: two
returns: one
requires: EEP 11.3 Plug-in 3
purpose: Loads another layout from the specified subfolder of “Anlagen”.
notes:
  • Argument is the path (if needed) inside the folder “Anlagen” and the file name including the .anl3 suffix.
  • Separating character between folder and file name is a double backslash.
  • Return value is true if the required layout exists, else false.