- Timestamp:
- 01/27/15 22:19:12 (10 years ago)
- Location:
- java/FramclipsePlugin/src/main/resources
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
java/FramclipsePlugin/src/main/resources/framscontext.dtd
r13 r315 6 6 7 7 <!-- 8 framsticks files can reference scripting objects in 3 ways9 as described by the3 tags of the framscontext.xml file:8 Framsticks files can reference scripting objects in 3 ways 9 as described by 3 tags of the framscontext.xml file: 10 10 11 - <objects> framsticks objects are stored in the file in the framsticks format 12 - <code> a field in the file (using the framsticks format) contains a script 13 that uses some objects 11 - <objects> Framsticks objects are stored in the file in the Framsticks format 12 - <code> a field in the file (using the Framsticks format) contains a script that uses some objects 14 13 - <script> plain text file containing a script 15 14 16 15 <script> excludes the two following tags. 17 <code> implies that the framsticks format is used for the file so the <objects> tags will be also used to declare which objects can be present in the file.16 <code> implies that the Framsticks format is used for the file so the <objects> tags will be also used to declare which objects can be present in the file. 18 17 --> 19 18 -
java/FramclipsePlugin/src/main/resources/framscript.dtd
r313 r315 11 11 12 12 <!-- "type" attribute in element: 13 - framscript scalar datatypes: "integer", "float", "string"13 - Framscript scalar datatypes: "integer", "float", "string" 14 14 - object of unknown type: "Object" 15 15 - value of unknown type: "untyped" (this can be object or not) … … 24 24 <!ATTLIST element deprecated (false|true) "false"> 25 25 <!ATTLIST element default CDATA #IMPLIED> 26 27 <!-- The full list of possible values for flags is defined and explained in param.h in Framsticks SDK: 28 https://www.framsticks.com/svn/framsticks/cpp/frams/param/param.h 29 Other related information can be found at http://www.framsticks.com/common/formatspec.html --> 26 30 <!ATTLIST element flags CDATA #IMPLIED> 27 31 28 <!-- important difference: no <arguments> tag means the argument number is not known32 <!-- Important difference: no <arguments> tag means the argument number is not known 29 33 empty <arguments> means the function does not accept arguments --> 30 34 <!ELEMENT arguments (argument*)>
Note: See TracChangeset
for help on using the changeset viewer.