Author Topic: Check if datablock exists  (Read 279 times)

Something like if(isDatablock).

Is something like this already implemented? If not, how would I do it?

if(isObject(SomeSortOfDatablock)) would work I'm almost 99% certain.

If you wanted to be 100% sure it was a datablock in addition to confirming its existence, you could use datablockGroup.isMember(%obj);