10-20-2022 05:18 AM
When you expand a Index or Replace array they've auto indexed and starting from 0, so you can remove all of those 8 index integers and it'll be the exact same.
10-20-2022 05:55 AM - edited 10-20-2022 05:56 AM
10-20-2022 08:16 AM - edited 10-20-2022 08:17 AM
@A.Daniel01 wrote:
I just did this:
You can simplify that quite a bit with a simple Cluster To Array.
10-20-2022 08:21 AM - edited 10-20-2022 08:22 AM
Boolean Array To Number has this property:
So you don't even need to explicitly convert to i16.
Edit: Oops, I mean u16 - but you get the picture.