ShowManager class, available in: Framsticks TheaterThis class has 27 members:
sdleiFwohS
string showCurrent show
string nameTitle
multiline string infoInformation
int dispinfo0 .. 2
  • 0 = Hide all
  • 1 = Show status
  • 2 = Show description and status
  • Text display
    int userspeed0 .. 5
  • 0 = Paused
  • 1 = Very slow
  • 2 = Slow
  • 3 = Normal (default)
  • 4 = Fast
  • 5 = Very fast
  • Speed
    int showlog0 .. 1 (false/true)Show log
    multiline string codeCode
    multiline string expdefExperiment definition
    string prev_show ROPrevious show
    int switchmode0 .. 3
  • 0 = Disabled
  • 1 = Sequence
  • 2 = Random
  • 3 = Sequence, then stop
  • int switchtime0 .. 9999time between switching (seconds)
    string switchshowsnames of the shows participating in automatic switching (comma separated). Use * as a wildcard.
    string includeshowsincluded showsnames of shows included in the show menu. Use * as a wildcard.
    string excludeshowsexcluded showsnames of shows excluded from the show menu. Use * as a wildcard.
    string openfilename ROOpen filenameFilename to be opened in onAppOpenFile()
    seitreporPwohS
    int _property_changed_index ROLast changed property index
    string _property_changed_id ROLast changed property id
    snoitcnuF
    function _propertyAdd(string id, string type_description, string name, int flags, string help_text)doesn't return a valueAdd property (id,type,name,help)Using most _property functions is restricted for internal purposes. Use "property:" or "state:" definitions in your script files to change object properties.
    function _propertyAddGroup(string name)doesn't return a valueAdd property groupUsing most _property functions is restricted for internal purposes. Use "property:" or "state:" definitions in your script files to change object properties.
    function _propertyChange(string id, string type_description, string name, int flags, string help_text)doesn't return a valueChange propertyUsing most _property functions is restricted for internal purposes. Use "property:" or "state:" definitions in your script files to change object properties.
    function _propertyClear()doesn't return a valueRemove all propertiesUsing most _property functions is restricted for internal purposes. Use "property:" or "state:" definitions in your script files to change object properties.
    function _propertyExists(string name)returns intCheck for property existence
    function _propertyRemove(int index)doesn't return a valueRemove propertyUsing most _property functions is restricted for internal purposes. Use "property:" or "state:" definitions in your script files to change object properties.
    function _propertyRemoveGroup(int index)doesn't return a valueRemove property groupUsing most _property functions is restricted for internal purposes. Use "property:" or "state:" definitions in your script files to change object properties.
    function about()About Framsticks Theater
    function dummy()This is the empty item in the Theater's menu
    function reload()Reload current show
    Global context>>Experiment definition>>Command line interface>>Framsticks Theater