mirror of
https://github.com/open-goal/jak-project
synced 2026-08-10 19:17:55 -04:00
373e9059eb
* decomp: add `powerups` to ref-tests * decomp: finish `target-flut` * decomp: finish `target-death`
49 lines
1.5 KiB
Common Lisp
49 lines
1.5 KiB
Common Lisp
;;-*-Lisp-*-
|
|
(in-package goal)
|
|
|
|
;; name: pov-camera-h.gc
|
|
;; name in dgo: pov-camera-h
|
|
;; dgos: GAME, ENGINE
|
|
|
|
;; for target-death
|
|
(declare-type pov-camera process-drawable)
|
|
(define-extern pov-camera-init-by-other (function vector skeleton-group string int process-drawable pair none :behavior pov-camera)) ;; TODO - not confirmed -- sunken-elevator
|
|
|
|
;; DECOMP BEGINS
|
|
|
|
(deftype pov-camera (process-drawable)
|
|
((cspace-array cspace-array :offset 112)
|
|
(flags int32 :offset-assert 176)
|
|
(debounce-start-time uint64 :offset-assert 184)
|
|
(notify-handle handle :offset-assert 192)
|
|
(anim-name string :offset-assert 200)
|
|
(command-list pair :offset-assert 204)
|
|
(mask-to-clear uint32 :offset-assert 208)
|
|
(music-volume-movie float :offset-assert 212)
|
|
(sfx-volume-movie float :offset-assert 216)
|
|
)
|
|
:heap-base #x70
|
|
:method-count-assert 30
|
|
:size-assert #xdc
|
|
:flag-assert #x1e007000dc
|
|
(:methods
|
|
(pov-camera-abort () _type_ :state 20)
|
|
(pov-camera-done-playing () _type_ :state 21)
|
|
(pov-camera-playing () _type_ :state 22)
|
|
(pov-camera-start-playing () _type_ :state 23)
|
|
(pov-camera-startup () _type_ :state 24)
|
|
(TODO-RENAME-25 (_type_) symbol 25)
|
|
(target-grabbed? (_type_) symbol 26)
|
|
(dummy-27 () none 27)
|
|
(target-released? () symbol 28)
|
|
(set-stack-size! (_type_) none 29)
|
|
)
|
|
)
|
|
|
|
|
|
0
|
|
|
|
|
|
|
|
|