286
Modification Help / Help with getDownBrick
« on: March 15, 2015, 10:49:29 PM »Code: [Select]
package test
{
function fxDTSBrick::onRemove(%this)
{
if(%this.isPlanted())
{
%dbrick = %this.getDownBrick(0);
echo(%dbrick.getDataBlock());
}
parent::onRemove(%this);
}
};When I use getDownBrick it returns null. If anyone can help me out with this more would be nice.
.jpg)