bool PlacedObject()
{
// reset flag to be used multiple times
if (m_PlacedObject)
m_PlacedObject = false;
return true;
}
return m_PlacedObject;