playMaker

Author Topic: C# array to Playmaker array  (Read 2313 times)

4arrancho

  • Playmaker Newbie
  • *
  • Posts: 27
C# array to Playmaker array
« on: June 24, 2015, 02:07:26 PM »
Hi

i have a c# script that creates a array list from a mysql database.

Can someone explain me how to get these array elements to playmaker?

I tried the "Get property" from the script but the array variable don't show so i can't grab it

Thanks

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: C# array to Playmaker array
« Reply #1 on: June 25, 2015, 07:07:32 AM »
Hi,

 Currently, you'll have to use ArrayMaker to handle arrays witha a set of custom actions to work with PlayMaker.

 PlayMaker 1.8 will have a new FsmArray Variable where you'll be able to do that without ArrayMaker, but it's still in beta.

Bye,

 Jean