Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: Plancksize on April 16, 2021, 10:17:01 PM

Title: Arraymaker - Can't set an array of Object type
Post by: Plancksize on April 16, 2021, 10:17:01 PM
Hi there. I've been playing around with the idea of creating an Arraymaker array of Tiles / RuleTiles but apparently I can't select Object as the array type.
I took a quick (and confused) look at the arraymaker scripts and noticed that Object type is infact mentioned in them several times, but missing from the enum list.
I did try to add it myself and it kind of worked, but there is no way to prefill it or check the list since the list itself does not get shown/generated.

I managed to add and retrieve Objects from the list though.
Title: Re: Arraymaker - Can't set an array of Object type
Post by: djaydino on April 17, 2021, 09:35:14 AM
Hi.
I believe that you can only add Object types during runtime.
On the component in editor mode you can't add custom types and/or mix types (Yet)