d/jak2: mostly finish mysql-nav-graph and fix docstring handling around with-pp/local-vars (#1869)

This commit is contained in:
Tyler Wilding
2022-09-13 18:15:02 -04:00
committed by GitHub
parent b2f7f15cb5
commit 4620f96574
20 changed files with 2714 additions and 203 deletions
+2 -2
View File
@@ -1236,8 +1236,8 @@
;; definition (debug) for function add-debug-circle
;; INFO: Used lq/sq
(defun-debug add-debug-circle ((enable symbol) (bucket bucket-id) (position vector) (radius float) (color rgba) (orientation matrix))
(local-vars (i int) (sv-64 vector) (sv-80 vector))
"note: you may pass #f for orientation"
(local-vars (i int) (sv-64 vector) (sv-80 vector))
(if (not enable)
(return #f)
)
@@ -1390,8 +1390,8 @@
(color rgba)
(orientation matrix)
)
(local-vars (line-start vector) (line-end vector) (i int) (sv-96 vector) (sv-112 vector))
"note: you may pass #f for orientation"
(local-vars (line-start vector) (line-end vector) (i int) (sv-96 vector) (sv-112 vector))
(if (not enable)
(return #f)
)