Changeset 315


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)

Location:
java/FramclipsePlugin/src/main/resources
Files:
2 edited

Legend:

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

    r13 r315  
    66
    77<!--
    8  framsticks files can reference scripting objects in 3 ways
    9  as described by the 3 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:
    1010
    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
    1413 - <script> plain text file containing a script
    1514
    1615<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.
    1817-->
    1918
  • 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.