Files
jak-project/test/decompiler/reference/jakx/engine/camera/pov-camera-h_REF.gc
T
2026-05-08 18:54:05 -04:00

56 lines
1.5 KiB
Common Lisp
Vendored
Generated

;;-*-Lisp-*-
(in-package goal)
;; definition of type pov-camera
(deftype pov-camera (process-drawable)
((flags pov-camera-flag)
(debounce-start-time time-frame)
(notify-handle handle)
(anim-name string)
(command-list pair)
(mask-to-clear process-mask)
(music-volume-movie float)
(sfx-volume-movie float)
)
(:methods
(pov-camera-method-50 () none)
(pov-camera-method-51 () none)
(pov-camera-method-52 () none)
(pov-camera-method-53 () none)
(pov-camera-method-54 () none)
(pov-camera-method-55 () none)
(pov-camera-method-56 () none)
(pov-camera-method-57 () none)
(pov-camera-method-58 () none)
(pov-camera-method-59 () none)
)
)
;; definition for method 3 of type pov-camera
(defmethod inspect ((this pov-camera))
(when (not this)
(set! this this)
(goto cfg-4)
)
(let ((t9-0 (method-of-type process-drawable inspect)))
(t9-0 this)
)
(format #t "~2Tflags: ~D~%" (-> this flags))
(format #t "~2Tdebounce-start-time: ~D~%" (-> this debounce-start-time))
(format #t "~2Tnotify-handle: ~D~%" (-> this notify-handle))
(format #t "~2Tanim-name: ~A~%" (-> this anim-name))
(format #t "~2Tcommand-list: ~A~%" (-> this command-list))
(format #t "~2Tmask-to-clear: ~D~%" (-> this mask-to-clear))
(format #t "~2Tmusic-volume-movie: ~f~%" (-> this music-volume-movie))
(format #t "~2Tsfx-volume-movie: ~f~%" (-> this sfx-volume-movie))
(label cfg-4)
this
)
;; failed to figure out what this is:
0