Author Topic: Where can I get a list of the names of all the Default datablocks?  (Read 352 times)

I need to know what the Brick Explosion emitter is called (the datablock name) so I can use it, but I cant figure it out. Ive tried several different names but none have worked; is there a console command to give me a list of all the datablocks with their names? (Ive tried ListAllDatablocks(); but that only gives me what kind they are not the actual names) or does someone know what the datablock name is for the brick explosion?

In your own server, do tree();
In the upper right corner of the window that appears, expand RootGroup, then DatablockGroup.

In your own server, do tree();
In the upper right corner of the window that appears, expand RootGroup, then DatablockGroup.
Ah, thanks.