Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: 4arrancho on June 24, 2015, 02:07:26 PM

Title: C# array to Playmaker array
Post by: 4arrancho 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
Title: Re: C# array to Playmaker array
Post by: jeanfabre on June 25, 2015, 07:07:32 AM
Hi,

 Currently, you'll have to use ArrayMaker (https://hutonggames.fogbugz.com/default.asp?W715) 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