EnTerr
9 years agoRoku Guru
rSG field type Array of Dictionaries?!
How the heck do i get myself a roSgNode field with type "array of dictionaries"?
What do i type in <interface><field id="_m" type="???"/> or in node.addField() to make this happen?
No, i am not confused and i don't need "dictionary of arrays" nor "dictionary of anythings". Nor are "array of float", "array of integer", "array of Boolean", "array of string", "array of vector2d", "array of color", "array of time", "array of nodes" of any help.
I am very reasonable π - I'll take a strongly-typed or a weakly-typed option, whatever:
Here are my attempts so far in order of increasing desperation:
What do i type in <interface><field id="_m" type="???"/> or in node.addField() to make this happen?
No, i am not confused and i don't need "dictionary of arrays" nor "dictionary of anythings". Nor are "array of float", "array of integer", "array of Boolean", "array of string", "array of vector2d", "array of color", "array of time", "array of nodes" of any help.
I am very reasonable π - I'll take a strongly-typed or a weakly-typed option, whatever:
- I wanted an "array of roAssociativeArray" field type
- In lieu of that, i'll take an "array of Object" field type
- In lieu of that, i'll take an "array of Dynamic" field type
- In lieu of that, i'll take an "Object" field type
- In lieu of that, i'll take a "Dynamic" field type
Here are my attempts so far in order of increasing desperation:
"port 8089" wrote:
=================================================================
Found 1 parse error in XML file _Scene.xml
--- Line 6: <field> element "type" attribute specifies invalid field type "assocarrayarray"
=================================================================
Found 1 parse error in XML file _Scene.xml
--- Line 6: <field> element "type" attribute specifies invalid field type "arrayarray"
=================================================================
Found 1 parse error in XML file _Scene.xml
--- Line 6: <field> element "type" attribute specifies invalid field type "array"
=================================================================
Found 1 parse error in XML file _Scene.xml
--- Line 6: <field> element "type" attribute specifies invalid field type "arrayassoc"
=================================================================
Found 1 parse error in XML file _Scene.xml
--- Line 6: <field> element "type" attribute specifies invalid field type "objectarray"
=================================================================
Found 1 parse error in XML file _Scene.xml
--- Line 6: <field> element "type" attribute specifies invalid field type "dynamicarray"
=================================================================
Found 1 parse error in XML file _Scene.xml
--- Line 6: <field> element "type" attribute specifies invalid field type "object"
=================================================================
Found 1 parse error in XML file _Scene.xml
--- Line 6: <field> element "type" attribute specifies invalid field type "dynamic"