Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: 1982 on June 12, 2014, 06:28:06 AM

Title: Set ALL values of Array List Proxy?[SOLVED]
Post by: 1982 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.
Title: Re: Set ALL values of Array List Proxy?
Post by: jeanfabre 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
Title: Re: Set ALL values of Array List Proxy?
Post by: 1982 on June 12, 2014, 12:51:21 PM
That solved it! Superb, thanks :)