temp: help

This commit is contained in:
Tyler Wilding
2022-09-27 19:43:48 -04:00
parent 8dbf3db15d
commit 593b35c6ab
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -29338,7 +29338,7 @@
(define-extern hide-progress-screen (function none))
(define-extern progress-allowed? (function symbol))
(define-extern menu-update-purchase-secrets (function menu-secret-option none))
(define-extern progress-trans (function none)) ;; TODO - assertion hit when defining behavior
(define-extern progress-trans (function none :behavior progress)) ;; TODO - assertion hit when defining behavior
(define-extern begin-scan (function hud-box progress int))
(define-extern end-scan (function hud-box float int))
(define-extern progress-post (function none :behavior progress))
+1 -1
View File
@@ -13888,4 +13888,4 @@
"dma-packet"
]
]
}
}
+1 -1
View File
@@ -7,7 +7,7 @@
// if you want to filter to only some object names.
// it will make the decompiler much faster.
"allowed_objects": [],
"allowed_objects": ["progress"],
"banned_objects": ["effect-control", "time-of-day"],
////////////////////////////