bool HasRoomFor(str actorname, fixed x, fixed y, fixed z)
Returns true if the actor of the specified type can fit if occupying the specified point.
This function works by attempting to spawn an actor at the specified position, and immediately removing it if successful.