VoxelPlugin icon indicating copy to clipboard operation
VoxelPlugin copied to clipboard

Feature Request: Array parameters / locals

Open Trevortni opened this issue 4 years ago • 0 comments

Please make array variables that can be accessed by index. I currently am working on a complex set of if statements to determine which biome I'm in based on an index (and which is likely to grow unsustainably as I add more biomes), which wouldn't be necessary if I could just get a value of biome[index].

Trevortni avatar Dec 12 '20 23:12 Trevortni