Playmaker Forum

PlayMaker Updates & Downloads => Share New Actions => Topic started by: Flying Robot on October 07, 2013, 05:23:37 AM

Title: Array List Insert
Post by: Flying Robot on October 07, 2013, 05:23:37 AM
Insert item at a specified index of a PlayMaker ArrayList Proxy component

Kinda essential for all purposes!
Title: Re: Array List Insert
Post by: jeanfabre on October 07, 2013, 08:59:24 AM
Hi,

 Thanks! that's goes in, never actually needed it! but totally make sense of course.

Bye,

 Jean
Title: Re: Array List Insert
Post by: gamedivision on October 07, 2013, 01:53:31 PM
so I can use this instead of arraylistadd , then store the index into a variable,now its just a case of controlling the index,if I remove an item from an array list does it automatically push the others down the list or does it create an empty slot
Title: Re: Array List Insert
Post by: Flying Robot on October 08, 2013, 01:40:02 AM
remove at action does what it's meant for. It blows up the item at that index. Doesn't even leaves an empty spot. The other item below the slot automatically shifts up to fill the position.