Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: Athin on March 23, 2019, 06:08:06 AM

Title: Array List Events[SOLVED]
Post by: Athin on March 23, 2019, 06:08:06 AM
Hey everyone.

Hoping I'm just going blind but I need to ask.  I'm currently using an action to create an Array list during run time and I wanted to add some events into that array component.  Specifically the add/remove events.  Its easy enough to add those events on pre made array list but I can't seem to find any action that does this at run time.

Anyone able to point me at the right direction?

Thanks
Title: Re: Array List Events
Post by: jeanfabre on March 28, 2019, 03:24:11 AM
Hi,

Do you mean the event fired by the arrayList proxy?

(https://i.imgur.com/DbyRozg.png)

Bye,

 Jean
Title: Re: Array List Events
Post by: Athin on March 28, 2019, 10:13:49 PM
Hey Jean,

Yes, I'd like to be able to create a array list and add those proxy events into it as well.  Would make it alot easier in my project handling those arrays if I can do that.

Thanks
Title: Re: Array List Events
Post by: jeanfabre on March 29, 2019, 03:14:58 AM
Hi,

 ok, I made an action called ArrayListSetEventCallbacks. you need to update ArrayMaker from the ecosystem.

 Let me know how it goes.

 Bye,

 Jean