Original Post
i have the following declaration in my class
array pointMesh;
this gives me the following error:
main.asc (14, 5) : ERR : Expected method or property
main.asc (323, 1) : ERR : Unexpected token '}'
line 323 is the last line of my script.
When i remove the Namespace in the c++ "scriptEngine->SetDefaultNamespace("Mesh")"
array pointMesh; << compiles ok
I also tested the simple array notation works with the namespace
Mesh::TexturePlane@[] pointMesh; << compiles ok
Seems like a bug in the array template addon notation.
array
this gives me the following error:
main.asc (14, 5) : ERR : Expected method or property
main.asc (323, 1) : ERR : Unexpected token '}'
line 323 is the last line of my script.
When i remove the Namespace in the c++ "scriptEngine->SetDefaultNamespace("Mesh")"
array
I also tested the simple array notation works with the namespace
Mesh::TexturePlane@[] pointMesh; << compiles ok
Seems like a bug in the array template addon notation.