PhysObj:EnableCollisions
Description
Sets whether the physics object should collide with anything or not, including world.
This function currently has major problems with player collisions, and as such should be avoided at all costs.
A better alternative to this function would be using Entity:SetCollisionGroup( COLLISION_GROUP_WORLD ).