;;-*-Lisp-*- (in-package goal) ;; definition of type drawable-inline-array (deftype drawable-inline-array (drawable) ((length int16 :offset 6) ) :method-count-assert 17 :size-assert #x20 :flag-assert #x1100000020 ) ;; definition for method 3 of type drawable-inline-array (defmethod inspect drawable-inline-array ((obj drawable-inline-array)) (when (not obj) (set! obj obj) (goto cfg-4) ) (format #t "[~8x] ~A~%" obj (-> obj type)) (format #t "~1Tid: ~D~%" (-> obj id)) (format #t "~1Tbsphere: ~`vector`P~%" (-> obj bsphere)) (format #t "~1Tlength: ~D~%" (-> obj length)) (label cfg-4) obj ) ;; failed to figure out what this is: 0