Changeset 315 for java/FramclipsePlugin/src/main/resources/framscript.dtd
- Timestamp:
- 01/27/15 22:19:12 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.