Author Topic: Delete Datablock  (Read 488 times)

Is there a function to delete a datablock?

Code: [Select]
datablockgroup.remove(datablock);
datablock.delete();

No, you can no longer delete it directly. There is however a way around it, involving sim sets.

No, you can no longer delete it directly. There is however a way around it, involving sim sets.
Oh good, and how does that work?