Kantor's Forum Posts

  • 2 posts
  • Hello Vuuv, Thank you.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Hello, We are considering using construct 2. I was looking at SDK documentation. I haven't tried making a plugin yet.

    I was hoping I could check something with you.

    It is important for us that the data flows between game and javascript has a rich interface - meaning I should be able to pass lists or vectors etc.

    Looking at the link above,

    It appears javascript function can only return scalar values to the game .

    Looking at the demo typer.capx ,

    It seems game can only pass scalar parameters to javascript functions. Is such things were possible it would be good to change typer.capx to return values.

    It looks like the Plugin SDK is the way to go. Can I return a vector datastructures from Javascript? - Like a list of strings/floats, a dictionary etc preferably heteregoneous. And can I pass such datastructures from game to javascript?

    Thanks

  • 2 posts