Blockland Forums > Modification Help
fxDTSBrick onDestroy
LundoomGaming:
Does anyone know the function that is triggered when a brick is destroyed by a hammer, undo, etc., and the perimeters for that function?
Thanks
otto-san:
fxDTSBrick::killBrick(%brick), isn't it?
LundoomGaming:
I'll try it. Thanks
LundoomGaming:
--- Quote from: otto-san on March 02, 2012, 09:14:59 PM ---fxDTSBrick::killBrick(%brick), isn't it?
--- End quote ---
This worked, but I found out that fxDTSBrick::delete(%brick) works as well
Destiny/Zack0Wack0:
..onDestroy?