|
| 1 | +{info,[ |
| 2 | + {title, "Scripting Reference"}, |
| 3 | + {language, "en"} |
| 4 | +]}. |
| 5 | +{txt, "README", "README.txt"}. |
| 6 | +{"Scripting Information",[ |
| 7 | + {"Introduction",[ |
| 8 | + {txt, "Introduction", "wscr/intro.txt"}, |
| 9 | + {txt, "Script Folders", "wscr/scriptfolders.txt"}, |
| 10 | + {txt, "Plugin Scripts", "wscr/pluginscripts.txt"}, |
| 11 | + {txt, "Language files", "wscr/langfiles.txt"}, |
| 12 | + {txt, "Query Mini Language", "wscr/query.txt"} |
| 13 | + ]}, |
| 14 | + {"Directive Reference",[ |
| 15 | + {txt, "type Directive", "wscr/directives/type.txt"}, |
| 16 | + {txt, "name Directive", "wscr/directives/name.txt"}, |
| 17 | + {txt, "mode Directive", "wscr/directives/mode.txt"}, |
| 18 | + {txt, "desc Directive", "wscr/directives/desc.txt"}, |
| 19 | + {txt, "include Directive", "wscr/directives/include.txt"}, |
| 20 | + {txt, "params_title Directive", "wscr/directives/params_title.txt"}, |
| 21 | + {txt, "params_templates Directive", "wscr/directives/params_templates.txt"}, |
| 22 | + {txt, "template Directive", "wscr/directives/template.txt"}, |
| 23 | + {txt, "params Directive", "wscr/directives/params.txt"}, |
| 24 | + {txt, "param Directive", "wscr/directives/param.txt"}, |
| 25 | + {txt, "extensions Directive", "wscr/directives/extensions.txt"}, |
| 26 | + {txt, "params_init Directive", "wscr/directives/params_init.txt"}, |
| 27 | + {txt, "params_set Directive", "wscr/directives/params_set.txt"}, |
| 28 | + {txt, "export_param Directive", "wscr/directives/export_param.txt"}, |
| 29 | + {txt, "import_param Directive", "wscr/directives/import_param.txt"}, |
| 30 | + {txt, "adv_param Directive", "wscr/directives/adv_param.txt"}, |
| 31 | + {txt, "params_preview Directive", "wscr/directives/params_preview.txt"}, |
| 32 | + {txt, "script_param Directive", "wscr/directives/script_param.txt"}, |
| 33 | + {txt, "extra_file Directive", "wscr/directives/extra_file.txt"}, |
| 34 | + {txt, "command_inputs Directive", "wscr/directives/command_inputs.txt"}, |
| 35 | + {txt, "command_changes Directive", "wscr/directives/command_changes.txt"}, |
| 36 | + {txt, "hradio Directive", "wscr/directives/hradio.txt"}, |
| 37 | + {txt, "menu Directive", "wscr/directives/menu.txt"}, |
| 38 | + {txt, "browse Directive", "wscr/directives/browse.txt"}, |
| 39 | + {txt, "checkbox Directive", "wscr/directives/checkbox.txt"}, |
| 40 | + {txt, "vradio Directive", "wscr/directives/vradio.txt"} |
| 41 | + ]} |
| 42 | +]}. |
| 43 | +{"Python",[ |
| 44 | + {"Introduction",[ |
| 45 | + {txt, "Online Resources for the Python Language", "python/langres.txt"}, |
| 46 | + {txt, "Python Intro", "python/intro.txt"}, |
| 47 | + {txt, "New Shape Scripts", "python/new_shape_scripts.txt"}, |
| 48 | + {txt, "Command Scripts", "python/command_scripts.txt"}, |
| 49 | + {txt, "Importer Scripts", "python/importer_scripts.txt"}, |
| 50 | + {txt, "Exporter Scripts", "python/exporter_scripts.txt"} |
| 51 | + ]}, |
| 52 | + {"OutputList Function Reference",[ |
| 53 | + {txt, "OutputList", "python/functions/output_list.txt"} |
| 54 | + ]}, |
| 55 | + {"NewShape (w3d_newshape) Function Reference",[ |
| 56 | + {txt, "ListOfArrays", "python/functions/list_of_arrays.txt"}, |
| 57 | + {txt, "ListOfTuples", "python/functions/list_of_tuples.txt"}, |
| 58 | + {txt, "NewShape", "python/functions/new_shape.txt"} |
| 59 | + ]}, |
| 60 | + {"E3D (w3d_e3d) Function Reference",[ |
| 61 | + {txt, "E3DFace", "python/functions/e3d_face.txt"}, |
| 62 | + {txt, "E3DMesh", "python/functions/e3d_mesh.txt"}, |
| 63 | + {txt, "E3DObject", "python/functions/e3d_object.txt"}, |
| 64 | + {txt, "E3DImage", "python/functions/e3d_image.txt"}, |
| 65 | + {txt, "MaterialMaps", "python/functions/material_maps.txt"}, |
| 66 | + {txt, "MaterialOpenGLAttributes", "python/functions/material_opengl.txt"}, |
| 67 | + {txt, "Material", "python/functions/material.txt"}, |
| 68 | + {txt, "E3DFile", "python/functions/e3d_file.txt"} |
| 69 | + ]}, |
| 70 | + {"We (w3d_we) Function Reference",[ |
| 71 | + {txt, "we", "../generated/en/py-we.txt"} |
| 72 | + ]} |
| 73 | +]}. |
| 74 | +{"Scheme",[ |
| 75 | + {"Introduction",[ |
| 76 | + {txt, "Online Resources for the Scheme Language", "scheme/langres.txt"}, |
| 77 | + {txt, "Scheme Intro", "scheme/intro.txt"}, |
| 78 | + {txt, "New Shape Scripts", "scheme/new_shape_scripts.txt"}, |
| 79 | + {txt, "Command Scripts", "scheme/command_scripts.txt"}, |
| 80 | + {txt, "Importer Scripts", "scheme/importer_scripts.txt"}, |
| 81 | + {txt, "Exporter Scripts", "scheme/exporter_scripts.txt"} |
| 82 | + ]}, |
| 83 | + {"E3D Function Reference",[ |
| 84 | + {txt, "e3d_face", "scheme/functions/e3d_face.txt"}, |
| 85 | + {txt, "e3d_mesh", "scheme/functions/e3d_mesh.txt"}, |
| 86 | + {txt, "e3d_object", "scheme/functions/e3d_object.txt"}, |
| 87 | + {txt, "e3d_file", "scheme/functions/e3d_file.txt"}, |
| 88 | + {txt, "e3d_image", "scheme/functions/e3d_image.txt"} |
| 89 | + ]}, |
| 90 | + {"We Function Reference",[ |
| 91 | + {txt, "we", "../generated/en/scm-we.txt"} |
| 92 | + ]} |
| 93 | +]}. |
| 94 | + |
0 commit comments