playMaker

Author Topic: Set ALL values of Array List Proxy?[SOLVED]  (Read 2641 times)

1982

  • Junior Playmaker
  • **
  • Posts: 71
Set ALL values of Array List Proxy?[SOLVED]
« on: June 12, 2014, 06:28:06 AM »
Is there action to set ALL the 'Prefilled data' indexes at once of Playmaker Array List Proxy component?

I only find "Array List Set" action useful to set one index at the time, but I would have to set all the indexes at once to the same value.

I tried "Array List Clear" but it deletes everything including the indexes.
« Last Edit: June 13, 2014, 01:37:30 AM by jeanfabre »

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Set ALL values of Array List Proxy?
« Reply #1 on: June 12, 2014, 06:55:02 AM »
Hi,

 Use ArrayListResetValues for this. you can define a common value to reset all indexes with.

If you don't have that action, get the latest package from the wiki again.

 Bye,

 Jean

1982

  • Junior Playmaker
  • **
  • Posts: 71
Re: Set ALL values of Array List Proxy?
« Reply #2 on: June 12, 2014, 12:51:21 PM »
That solved it! Superb, thanks :)