playMaker

Author Topic: Array List Events[SOLVED]  (Read 1243 times)

Athin

  • Full Member
  • ***
  • Posts: 163
Array List Events[SOLVED]
« 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
« Last Edit: March 29, 2019, 03:15:08 AM by jeanfabre »

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Array List Events
« Reply #1 on: March 28, 2019, 03:24:11 AM »
Hi,

Do you mean the event fired by the arrayList proxy?



Bye,

 Jean

Athin

  • Full Member
  • ***
  • Posts: 163
Re: Array List Events
« Reply #2 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

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Array List Events
« Reply #3 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