PLUG'N SCRIPT
rapid plugin development
Tutorial
DSP
KUIML
How-to
Scripts
  • Tutorial
  • Element Reference
Language basics
  • SKIN
  • DUMMY
  • INCLUDE
  • INCLUDE_ONCE
  • DEFINE
  • UNDEFINE
  • VARIABLE
  • LOCAL_VARIABLE
  • TEMPLATE
  • TEMPLATE_INNER_CONTENT
  • REPEAT
Data model
  • PARAM
  • ACTION
    • Action types
  • ACTION_TRIGGER
  • TIMER
UI Layout and positioning
  • CELL
  • TABLE
UI Widgets
  • CANVAS
    • Graphics API
  • COLOR_SCALE
  • FILE_SELECT_MENU
  • GRID
  • INVISIBLE_PARAM_MENU_BUTTON
  • MENU_ITEM
  • MENU_SEPARATOR
  • POPUP_MENU
  • svg
  • RULER
  • TEXT
  • TEXT_FIELD
  • TEXT_EDIT_BOX
  • XY_PARAM_PAD
  • XY_ZOOM_SELECT_PAD
  • XYZ_PARAM_SCRATCH_PAD
  • XYZ_PARAM_CLICK_PAD
  • XYZ_IMAGE_PARAM_JOYSTICK
UI 3D Objects
  • COLOR_SURFACE_3D
  • GRID_3D
  • GL_OBJECT_3D
Data model commands
  • REQUIRED_OBJECTS
  • EXPOSED_OBJECTS
  • PERSISTENT_OBJECTS
Common attrubutes
  • For all elements
  • Widgets
  • Param Widgets
  • Param Controls
  • Param Info Viewers
  • Text Widgets
  • Surface Viewers
  • Curve Viewers
  • 3D Objects
  • Parameters mapping
  • LetiMix
KUIMLElement ReferenceINCLUDE_ONCE
December 23, 2020

INCLUDE_ONCE

Same behavior as the INCLUDE directive, except that the file will not be included more than once.
Note, that the "content" attribute works only with INCLUDE.

Attributes brief detailed show all inherited

Name DescriptionDefault
Inherited from includeRead about `include`
filePath to the XML file to includeThe file to include has to be a valid XML file with a single root elementempty
ignore_missingWhen set to true, no error is thrown if the file is missingBeware that this may cause errors that may be difficult to catch (missing objects...) if not used with carefalse
Name Value type Default Description Comment
Inherited from includeRead about `include`
fileValid file path to XML fileemptyPath to the XML file to includeThe file to include has to be a valid XML file with a single root element
ignore_missingbooleanfalseWhen set to true, no error is thrown if the file is missingBeware that this may cause errors that may be difficult to catch (missing objects...) if not used with care

2020 - 2025 © Site by LetiMix  |  Plug'n Script and KUIML by Blue Cat Audio