Changeset 1186 for cpp/frams/model


Ignore:
Timestamp:
11/20/22 20:32:43 (16 months ago)
Author:
Maciej Komosinski
Message:

For consistency with other numerical types, unlimited string length is now indicated by "-1" as the second value of the definition of the "s" property

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/model/f0-SDK-classes.h

    r1183 r1186  
    1010 {"Visual",},
    1111 {"se",0,1024,"startenergy","f",FIELD(startenergy),},
    12  {"Vstyle",1,0,"Visual style","s 0 0 ",FIELD(vis_style),"See the \"Visual style definition\" context for more information",},
     12 {"Vstyle",1,0,"Visual style","s 0 -1 ",FIELD(vis_style),"See the \"Visual style definition\" context for more information",},
    1313 {0,0,0,}
    1414};
     
    4444 {"rz",0,1024,"rot.z","f",FIELD(rot.z),},
    4545 {"i",1,0,"info","s",FIELD(info),},
    46  {"Vstyle",2,0,"Visual style","s 0 0 part",FIELD(vis_style),"See the \"Visual style definition\" context for more information",},
     46 {"Vstyle",2,0,"Visual style","s 0 -1 part",FIELD(vis_style),"See the \"Visual style definition\" context for more information",},
    4747 {"vr",2,0,"red component","f 0.0 1.0 0.5",FIELD(vcolor.x),},
    4848 {"vg",2,1024,"green component","f 0.0 1.0 0.5",FIELD(vcolor.y),},
     
    111111 {"stam",2,0,"stamina","f 0.0 1.0 0.25",FIELD(stamina),},
    112112 {"i",2,0,"info","s",FIELD(info),},
    113  {"Vstyle",3,0,"Visual style","s 0 0 joint",FIELD(vis_style),"See the \"Visual style definition\" context for more information",},
     113 {"Vstyle",3,0,"Visual style","s 0 -1 joint",FIELD(vis_style),"See the \"Visual style definition\" context for more information",},
    114114 {"vr",3,0,"red component","f 0.0 1.0 0.5",FIELD(vcolor.x),},
    115115 {"vg",3,1024,"green component","f 0.0 1.0 0.5",FIELD(vcolor.y),},
     
    154154 {"stam",2,0,"stamina","f 0.0 1.0 0.25",FIELD(stamina),},
    155155 {"i",2,0,"info","s",FIELD(info),},
    156  {"Vstyle",3,0,"Visual style","s 0 0 joint",FIELD(vis_style),"See the \"Visual style definition\" context for more information",},
     156 {"Vstyle",3,0,"Visual style","s 0 -1 joint",FIELD(vis_style),"See the \"Visual style definition\" context for more information",},
    157157 {"vr",3,0,"red component","f 0.0 1.0 0.5",FIELD(vcolor.x),},
    158158 {"vg",3,1024,"green component","f 0.0 1.0 0.5",FIELD(vcolor.y),},
     
    183183 {"d",1,0,"details","s",GETSET(details),},
    184184 {"i",1,0,"info","s",FIELD(info),},
    185  {"Vstyle",2,0,"Visual style","s 0 0 neuro",FIELD(vis_style),"See the \"Visual style definition\" context for more information",},
     185 {"Vstyle",2,0,"Visual style","s 0 -1 neuro",FIELD(vis_style),"See the \"Visual style definition\" context for more information",},
    186186 {"getInputCount",0,1+2,"input count","d",GETONLY(inputCount),},
    187187 {"getInputNeuroDef",0,0,"get input neuron","p oNeuroDef(d)",PROCEDURE(p_getInputNeuroDef),},
Note: See TracChangeset for help on using the changeset viewer.