Game Development Community

[Solved] datablocks question: add send receive collision

by Ghonium · in Torque Game Builder · 08/14/2011 (5:31 pm) · 1 replies

hi
I want to put in datablocks to make the object able to receive collision
I tried like this
in datablocks.cs

datablock t2dSceneObjectDatablock( moneyBlock )
{
class = "money"; // the class that will be associated with the object
layer = 0; // the render layer

CollisionActiveReceive = "1"; // <----

};

but when I open the project and check the object the collision receive not ticked
any one know what is my mistake ?

#1
08/14/2011 (6:03 pm)
its ok
I found the answer on
http://www.garagegames.com/community/forums/viewthread/124532