Changeset 443 for java/Framclipse/com.framsticks.framclipse
- Timestamp:
- 11/26/15 02:55:27 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
java/Framclipse/com.framsticks.framclipse/res/framscript.xml
r440 r443 115 115 function onDied(cr) {Simulator.print("Creature "+cr.name+" has died");} 116 116 See also: Population.]]></description> 117 <element name="name" type="string" max=" 30"/>117 <element name="name" type="string" max="40"/> 118 118 <element name="genotype" type="string" flags="1"/> 119 119 <element name="info" type="string"> … … 401 401 <description><![CDATA[A data object consisting of the same fields as the serialized Creature. Typically used for reading a Creature back from a file, then Population.add(snapshot_object) creates the Creature object from the snapshot.]]></description> 402 402 <element name="new" function="true" type="Creature"><arguments/></element> 403 <element name="name" type="string" max=" 30"/>403 <element name="name" type="string" max="40"/> 404 404 <element name="genotype" type="string"/> 405 405 <element name="info" type="string"> … … 642 642 </type> 643 643 <type name="FunctionReference" context="Global context"> 644 <description><![CDATA[Function reference objects are created using the 'function' operator , the referenced function can be called using the 'call' operator:644 <description><![CDATA[Function reference objects are created using the 'function' operator. The referenced function can be called using the 'call' operator: 645 645 646 646 function abc(a,b) … … 5498 5498 function onDied(cr) {Simulator.print("Creature "+cr.name+" has died");} 5499 5499 See also: Population.]]></description> 5500 <element name="name" type="string" max=" 30"/>5500 <element name="name" type="string" max="40"/> 5501 5501 <element name="genotype" type="string" flags="1"/> 5502 5502 <element name="info" type="string">
Note: See TracChangeset
for help on using the changeset viewer.