Ignore:
Timestamp:
01/27/15 22:19:12 (9 years ago)
Author:
Maciej Komosinski
Message:

Added information where definitions and explanations of Param's flags can be found (param.h)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • java/FramclipsePlugin/src/main/resources/framscript.dtd

    r313 r315  
    1111
    1212<!-- "type" attribute in element:
    13      - framscript scalar datatypes: "integer", "float", "string"
     13     - Framscript scalar datatypes: "integer", "float", "string"
    1414     - object of unknown type: "Object"
    1515     - value of unknown type: "untyped" (this can be object or not)
     
    2424<!ATTLIST element deprecated (false|true) "false">
    2525<!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 -->
    2630<!ATTLIST element flags CDATA #IMPLIED>
    2731
    28 <!-- important difference: no <arguments> tag means the argument number is not known
     32<!-- Important difference: no <arguments> tag means the argument number is not known
    2933                           empty <arguments> means the function does not accept arguments -->
    3034<!ELEMENT arguments (argument*)>
Note: See TracChangeset for help on using the changeset viewer.