Game Development Community

ClearInventory

by Howard Dortch · in Torque Game Engine · 10/18/2004 (5:54 am) · 0 replies

I found this in the starter code

function ShapeBase::clearInventory(%this)
{
// To be filled in...
}

has anyone filled it in?

I need to clear the inventory of my players and it's unknown what they might have.