playMaker

Author Topic: How can I access an array variable on a script?[SOLVED]  (Read 1817 times)

grimmy

  • Junior Playmaker
  • **
  • Posts: 70
How can I access an array variable on a script?[SOLVED]
« on: April 11, 2014, 03:58:27 AM »
Hi I can use Get Property to sccess the variables on a script but this action doesnt seem to be able to access arrays. How can I do this?

P.S>.I took a look at ArrayMaker and I can't find how to do it with this either.

CHeers
« Last Edit: April 14, 2014, 08:32:34 AM by jeanfabre »

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: How can I access an array variable on a script?
« Reply #1 on: April 11, 2014, 02:18:55 PM »
Hi,

 "Get Property" can not access arrays indeed.

It really depends what you are after. Typically, with externally defined arrays, it will be tricky to get info back into playmaker.

 Can you explain more about what is this array, where it comes from ( is it from an asset on the asset store), etc etc, then we'll take it from there to find a way out of this.

bye,

 Jean

grimmy

  • Junior Playmaker
  • **
  • Posts: 70
Re: How can I access an array variable on a script?
« Reply #2 on: April 14, 2014, 08:29:31 AM »
Its okay, I figured out how to use arraymaker in the end so I'm happy with that. Thanks!

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: How can I access an array variable on a script?
« Reply #3 on: April 14, 2014, 08:32:23 AM »
Cool :)