playMaker

Author Topic: Arraymaker - Can't set an array of Object type  (Read 628 times)

Plancksize

  • Beta Group
  • Junior Playmaker
  • *
  • Posts: 75
Arraymaker - Can't set an array of Object type
« 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.

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7616
    • jinxtergames
Re: Arraymaker - Can't set an array of Object type
« Reply #1 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)