/* call-seq: * bz_getDebugLevel -> Fixnum * * This method returns the currently set debug level value. */ static VALUE bzflag_bz_getDebugLevel(VALUE self) { return INT2FIX(bz_getDebugLevel()); }