/* call-seq:
 *      bz_get_time_limit -> float
 *
 *      This method returns the currently set timelimit.
 */ 

static VALUE
bzflag_bz_getTimeLimit(VALUE self)
{

        return rb_float_new(bz_getTimeLimit());

}