UI_set_lift(object obj, int lift) obj->set_lift(int lift)
Moves the object on the vertical direction to a desired height off the ground.
obj | The object whose lift is to be set. |
lift | How far above the ground the object is going to be. Must be in the range 0 to 20, but heights above 15 will not be saved (as of 2009/02/26). |